statemanagerimpl not setting is_saving_state
--------------------------------------------
Key: TRINIDAD-2114
URL: https://issues.apache.org/jira/browse/TRINIDAD-2114
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Gabrielle Crawford
Assignee: Gabrielle Crawford
In JSF 2.1 in com.sun.faces.application.StateManagerImpl.saveView
StateManager.IS_SAVING_STATE is put in the contextAttributes before saving the
view. We are not yet relying on JSF 2.1, so for now we will use the string
value "javax.faces.IS_SAVING_STATE".
This is needed for partial state saving where processSaveState and
processRestoreState are no longer called, instead tree visiting is used, and
since state saving is not in its own phase the context attribute is used to
mark this as a state saving tree visit.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira