I am using MyFaces+RichFaces+Orchestra When I update from Orchestra 1.0 to 1.1, I am getting
javax.faces.application.ViewExpiredException: /pages/dms/dms_overview.jsfThe expected view was not returned for the view identifier: /pages/dms/dms_overview.jsf after session timeout. I do the following: After login comes the home page. From this page I call the “/pages/dms/dms_overview.jsf” using <h:outputLink>. Then I wait a while, until session timeout is reached. Then I click somewhere on the page -> login mask comes. I log in again and click the same <h:outputLink> -> javax.faces.application.ViewExpiredException comes. After reloading the page it works again. The same behaviour is observed, if I use <h:commandLink> and define a corresponding navigation-rule with <redirect/> in faces-config. Without <redirect/> it works fine. With Orchestra 1.0 I had no problem. Any ideas? Thanks for any help! Regards, Alexey -- View this message in context: http://www.nabble.com/-Orchestra--javax.faces.application.ViewExpiredException-after-session-timeout-tp18482162p18482162.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

