[richfaces-issues] [JBoss JIRA] (RF-12401) ViewExpiredException caused by Queues

Michael Heinen (JIRA) jira-events at lists.jboss.org
Wed Aug 8 09:35:06 EDT 2012


Michael Heinen created RF-12401:
-----------------------------------

             Summary: ViewExpiredException caused by Queues
                 Key: RF-12401
                 URL: https://issues.jboss.org/browse/RF-12401
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.2.2.Final
         Environment: myFaces 2.1.8
Tomahawk 6.0.35
            Reporter: Michael Heinen


a4j:queue does not work if number of views in session is set to 1.
I assume that the viewState of queued requests is simply not updated correctly!

org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION must be set to 1.

{code:xml} 
  <a4j:queue name="myQueue" ignoreDupResponses="true" requestDelay="100"/>

  <h:inputText value="#{myController.expression}">
    <a4j:ajax execute="@form"
              listener="#{myController.dummyListener}"
              event="keyup"
              render="expLength">
      <a4j:attachQueue name="myQueue"/>
    </a4j:ajax>
  </h:inputText>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list