Top "Viewexpiredexception" questions

An exception type that is commonly thrown by the JavaServer Faces (JSF) framework

ViewExpiredException, Page could not be restored

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 …

session jakarta-ee jsf-2 glassfish viewexpiredexception
javax.faces.application.ViewExpiredException seemingly ignored

I've put the following into my web.xml: <error-page> <exception-type>javax.faces.application.ViewExpiredException</exception-type&…

java jsf viewexpiredexception
com.sun.faces.enableRestoreView11Compatibility what use instead in JSF 1.2

When I have javax.faces.application.ViewExpiredException I want to send user to login page. web.xml ... <context-param> &…

java jsf viewexpiredexception
How to solve ViewExpiredException in JSF 1.2

I have an application using JSF1.2 + Richfaces 3.3.3 Final, MyFaces 1.2.7, Spring + Hibernate and I get the below exception everytime when I …

jsf viewexpiredexception
ViewExpiredException when i use @ViewScoped

I have problem with my h:commandButton "Login": when I use @ViewScoped and push this button there is ViewExpiredException, but …

jsf jsf-2 myfaces view-scope viewexpiredexception
Handling ViewExpiredException on login page using a custom ViewHandler

In my web app, when the session expires and a user initiates a request (full page or AJAX), the user …

java jsf-2 facelets viewexpiredexception
ViewExpiredException not thrown on ajax request if JSF page is protected by j_security_check

I have a JSF page which is not protected by j_security_check. I perform the following steps: Open the …

ajax jsf-2 j-security-check viewexpiredexception
Getting ViewExpiredException in clustered environment while state saving method is set to client and user session is valid

I have a JSF application that uses Mojarra 2.2.9 and is deployed on WebSphere 8.5.5.4 on clustered environement and javax.faces.STATE_…

jsf websphere jsf-2.2 websphere-8 viewexpiredexception
Keep a session alive for an indefinite amount of time

Is there a way to keep a page's session active without resorting to sending the state to the client? I'm …

jsf viewexpiredexception
Handling ViewExpiredException depending on the current view

I am using JSF 2.0 and Primefaces in my project. I have two xhtml pages namely Cars.xhtml and Bikes.xhtml. …

jsf jsf-2 primefaces viewexpiredexception