[
https://issues.apache.org/jira/browse/MYFACES-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe updated MYFACES-2453:
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0-alpha-2
Assignee: Leonardo Uribe
Status: Resolved (was: Patch Available)
Thanks to Jakob Korherr for this patch
> 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
> Assignee: Leonardo Uribe
> Fix For: 2.0.0-alpha-2
>
> Attachments: myfaces-2453.patch
>
>
> 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.