[ 
https://issues.apache.org/jira/browse/MYFACES-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644546#action_12644546
 ] 

Leonardo Uribe commented on MYFACES-1944:
-----------------------------------------

Maybe use just a private variable on UIComponent is enough. popComponentFromEL 
and pushComponentFromEL are used on several methods that traverse the component 
tree and always are used in pairs without callings to different methods that 
use them, so the easiest place to hold this value are inside the component tree 
(when the method ends always the value of this private var is null if in 
popComponentFromEL has proper code to do that).

> Implement JSF 2.0 logic at TODO #13
> -----------------------------------
>
>                 Key: MYFACES-1944
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1944
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Fred Allard
>            Priority: Minor
>         Attachments: MYFACES-1944.patch
>
>
> In class: javax.faces.component.UIComponent
> Implement: protected void popComponentFromEL(FacesContext context)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to