viewexpiredexception « Page « JSF Q&A





1. javax.faces.application.ViewExpiredException and error page not working    stackoverflow.com

I set up my web app as follows:

 <error-page>
        <exception-type>javax.faces.application.ViewExpiredException</exception-type>
        <location>/WEB-INF/include/viewExpired.html</location>
</error-page>
so that the above error page be ...

2. ViewExpiredException, Page could not be restored    stackoverflow.com

I've tried to follow different posts on how to handle the ViewExpiredException in Mojarra 2.1.0 (with RichFaces 4) on GlassFish 3.1. But what I define in web.xml doesn't seams to have ...

3. jsf page could not be restored    stackoverflow.com

I get this error when I click on a selectBooleanCheckBox. What should I do?

10:36:03,105 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/snsEJBwm].[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception: javax.faces.application.ViewExpiredException: viewId:/pages/report.jsf - View /pages/report.jsf could not ...

4. error-page for ViewExpiredException ignored by my jsf implementation    coderanch.com

Thanks Brendan, This was not configured in my app. And "Production" seems to be the default setting. Still I tried to set it explicitely to "Production" and it does not work either... Any other idea? J. PS Here is my web.xml: Site Jean-Baptiste Martin ${pom.version} contextConfigLocation classpath:root-application-config.xml javax.faces.DEFAULT_SUFFIX .xhtml ...