AJAX Broken when State Caching Mechanics turned off
---------------------------------------------------

                 Key: MYFACES-3162
                 URL: https://issues.apache.org/jira/browse/MYFACES-3162
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions: 2.0.6
         Environment: MyFaces 2.0.6, RichFaces 4.0.Final, Tomcat 6
            Reporter: James G


When the web configuration param 
"org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS" is set to false, after the 
first ajax call, all further ajax calls fail.  The failure occurs with a 
ViewExpiredException on the next ajax call.  The reason is that the sequence 
number part of the view state is being lost during the first ajax call.  (See 
HtmlResponseStateManager.getViewState() where baseState is lost when 
isHandlingStateCachingMechanics(facesContext) returns false.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to