Top "Viewexpiredexception" questions

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

javax.faces.application.ViewExpiredException: View could not be restored

I have written simple application with container-managed security. The problem is when I log in and open another page on …

jsf jsf-2 logout viewexpiredexception
Session timeout and ViewExpiredException handling on JSF/PrimeFaces ajax request

I find this article to be useful for non-ajax request How to handle session expiration and ViewExpiredException in JSF 2? but …

ajax jsf-2 primefaces session-timeout viewexpiredexception
How to handle session expiration and ViewExpiredException in JSF 2?

Consider the following scenario. I am clicking the submit button of a JSF form, after the session has timed out(…

jsf jsf-2 session-timeout viewexpiredexception
Handling 'session expired' in JSF web application, running in JBoss AS 5

This question is related to my other question "How to redirect to Login page when Session is expired in Java …

java session jsf servlet-filters viewexpiredexception
ViewExpiredException: No saved view state could be found: on submitting a form in JSF

I get the below exception while trying to submit a form. javax.faces.application.ViewExpiredException: /page1.xhtml No saved view …

jsf-2 primefaces view-scope viewexpiredexception notserializableexception
com.sun.faces.numberOfViewsInSession vs com.sun.faces.numberOfLogicalViews

Mojarra Implementation of JSF 2 has the following context params: com.sun.faces.numberOfViewsInSession (default is 15) com.sun.faces.numberOfLogicalViews (default …

jsf jsf-2 viewstate mojarra viewexpiredexception
keep getting javax.faces.application.ViewExpiredException: viewId with jsf 2

Whatever I do I get javax.faces.application.ViewExpiredException: viewId. I know how to handle the exception (redirect to the …

jsf-2 shiro commandbutton viewexpiredexception
Check if session exists JSF

I have a login page where I have a User bean to authenticate username and password for a person. This …

session jsf jsf-2 viewexpiredexception
JSF: Cannot catch ViewExpiredException

I'm developing a JSF 2.0 application on Glassfish v3 and i'm trying to handle the ViewExpiredException. But whatever i do, i …

java jsf jsf-2 viewexpiredexception
ViewExpiredException shown in java.lang.Throwable error-page in web.xml

I'm working on a JSF web application in which I need to bring up a "Session Expired" page if the …

jsf servlets web.xml custom-error-pages viewexpiredexception