Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.3.0.M5
-
Component/s: jsf
-
Labels:
-
Release Notes Text:FacesConverter annotation has been added for JSF2. This support ensures no errors appear in XHTML when EL expressions are used.
-
Release Notes Docs Status:Documented as Feature Request
Description
See pastecode example in Weld for usage of @FacesConverter.
Not supporting it gives errors in xhtml where it is used in EL expressions.
Gliffy Diagrams
Issue Links
- blocks
-
JBDS-1722
JBDS50_0020: [COMMIT] (Dev) JSF 2
-
- Closed
-
- is related to
-
JBIDE-16386
Quick fix which offers to disable Facelet HTML Validator
-
- Open
-
I didn't find any EL in that example which uses @FacesConverter.
After fixing
JBIDE-9373I don't see any wrong validated EL in this project.But I see an issue of WTP Facelets validator which doesn't recognize annotated converters and marks <f:converter converterId="truncatingConverter"/> as a problem. We do not validate converters IDs.
Did I miss something?