Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ui:composition, ui:define and ui:insert tag handlers has some code removed from original facelet code. It seems some methods of FaceletContext are not referenced by the spec, so there are considered implementation details. So, org.apache.myfaces.view.facelets.impl.DefaultFaceletContext does not have it and the references to this methods (and semantic) is lost. This is very bad practice, because it could introduce bugs to existing code.
If no objections I'll restore previous code from original facelets code to make this tags work again (there is no reason reported to jira or mailing list about why this code was removed).
Attachments
Issue Links
- is part of
-
MYFACES-2183 Integrate Facelets
- Closed