[
https://issues.jboss.org/browse/RF-12401?page=com.atlassian.jira.plugin.s...
]
Juraj Húska edited comment on RF-12401 at 8/27/12 8:31 AM:
-----------------------------------------------------------
I was able to reproduce the issue on the provided application as described above.
I reproduced it on Tomcat 6.0.35 and Chrome 21.
I am getting this:
{code}
ViewExpiredException caught:javax.faces.application.ViewExpiredException: /demo.xhtmlNo
saved view state could be found for the view identifier: /demo.xhtml
FacesException caught:org.apache.myfaces.lifecycle.ViewNotFoundException: A view is
required to execute RENDER_RESPONSE(6)
{code}
was (Author: jhuska):
I was able to reproduce the issue on the provided application.
I am getting this:
{code}
ViewExpiredException caught:javax.faces.application.ViewExpiredException: /demo.xhtmlNo
saved view state could be found for the view identifier: /demo.xhtml
FacesException caught:org.apache.myfaces.lifecycle.ViewNotFoundException: A view is
required to execute RENDER_RESPONSE(6)
{code}
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
Assignee: Juraj Húska
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira