[
https://issues.apache.org/jira/browse/TRINIDAD-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778349#action_12778349
]
Matthias Weßendorf commented on TRINIDAD-1612:
----------------------------------------------
patch from TRINIDAD-1611
=>
https://issues.apache.org/jira/secure/attachment/12425065/SystemEventsForTrinidad.patch
fixes this issue as well...
> Add support for the new Lifecycle Management Methods (see spec section 3.1.14)
> ------------------------------------------------------------------------------
>
> Key: TRINIDAD-1612
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1612
> Project: MyFaces Trinidad
> Issue Type: New Feature
> Affects Versions: 2.0.0-core
> Reporter: Matthias Weßendorf
> Assignee: Matthias Weßendorf
> Attachments: TRINIDAD-1612.patch
>
>
> the spec defines two new lifecycle methods for JSF 2.0:
> protected void pushComponentToEL(FacesContext context);
> protected void popComponentFromEL(FacesContext context)
> These are the base contract from the new implicit #{component} EL.
> The spec wants an implementation to call these new methods inside of
> the lifecycle (processXYZ and encodeBegin):
> -encodeBegin()
> -processDecodes()
> -processRestoreState()
> -processSaveState()
> -processUpdates()
> -processValidators()
> We should integrate the pushComponentToEL/popComponentFromEL
> hooks for the mentioned methods. If this is really cause very bad performance
> results,
> we can reevaluate the situation later on, again.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.