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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Oct 24 17:27:01 EDT 2012


     [ https://issues.jboss.org/browse/RF-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-12401:
-------------------------------

    Fix Version/s: 5-Tracking
                       (was: 4.3.0.M3)

    
> 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) 
>          Components: component-a4j-core
>    Affects Versions: 4.2.2.Final
>         Environment: myFaces 2.1.8
> Tomahawk 6.0.35
>            Reporter: Michael Heinen
>              Labels: myfaces
>             Fix For: 5-Tracking
>
>         Attachments: zQueue.war
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list