replace "javax.faces.IS_SAVING_STATE" with StateManager.IS_SAVING_STATE once
we upgrade our JSF verstion to 2.1 or higher
--------------------------------------------------------------------------------------------------------------------------
Key: TRINIDAD-2115
URL: https://issues.apache.org/jira/browse/TRINIDAD-2115
Project: MyFaces Trinidad
Issue Type: Bug
Reporter: 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 was done in issue 2114
https://issues.apache.org/jira/browse/TRINIDAD-2114
Once we are dependendent on JSF 2.1 we should search for the string
"javax.faces.IS_SAVING_STATE" and replace it with StateManager.IS_SAVING_STATE
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira