ui:composition, ui:define and ui:insert component tag handlers does not work as
expected
----------------------------------------------------------------------------------------
Key: MYFACES-2293
URL: https://issues.apache.org/jira/browse/MYFACES-2293
Project: MyFaces Core
Issue Type: Task
Components: JSR-314
Reporter: Leonardo Uribe
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).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.