f:view is ignored by facelets
-----------------------------
Key: MYFACES-2453
URL: https://issues.apache.org/jira/browse/MYFACES-2453
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0-alpha-2
Reporter: Jakob Korherr
On facelets f:view is no longer needed, but it still can be used to set the
locale or to register the beforePhase and the afterPhase MethodExpressions on
UIViewRoot.
So the following code has to work on facelets:
<f:view beforePhase="#{myBean.beforePhase}" afterPhase="#{myBean.afterPhase}"
/>
At the moment, <f:view> is just ignored by facelets.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.