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

Leonardo Uribe commented on MYFACES-3783:
-----------------------------------------

Related issue in the spec:

http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1028
Deprecate StateManager, point to StateManagementStrategy. In 
StateManagementStrategy, require the use of the visit
API to perform the saving.
                
> 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
>
> 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

Reply via email to