You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2013/09/26 16:10:02 UTC

[jira] [Resolved] (MYFACES-3783) Use tree visiting to pss algorithm in 2.2.x

     [ https://issues.apache.org/jira/browse/MYFACES-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3783.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0
    
> Use tree visiting to pss algorithm in 2.2.x
> -------------------------------------------
>
>                 Key: MYFACES-3783
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3783
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-344
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.2.0
>
>
> Per spec it was decided long time ago to use tree visiting when state saving is performed. The fix suppose deprecate org.apache.myfaces.SAVE_STATE_WITH_VISIT_TREE_ON_PSS param and remove the unused code in DefaultFaceletsStateManagementStrategy . I tried to use visitTree when the component is restored, but it doesn't work because the visitTree relies on the tree integrity. ComponentModificationManager stuff was not included in JSF 2.2, so the best here is keep the code as is, using invokeOnComponent to perform addition and removals.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira