I was using Tomcat 6.0.26 with my project since long time. Now, I need to use EL 2.2 in this project so I moved it to Tomcat 7.0.19 with no other changes (Using Mojarra 2.1.2-b04 with RichFaces 4.0.0)
I have a JSF 2.0 web application running on glassfish 3.1 that is working fine on IE, FF, Safari and Chrome.
I\'ve been using the JSF 1.2 with the ViewHandler described in this answer : IceFaces Session Expiry causes an exception it was very useful because when the exception occurs the page is automatically
I 开发者_运维百科set up my web app as follows: <error-page> <exception-type>javax.faces.application.ViewExpiredException</exception-type>
I\'ve got a fairly simple web application deployed in GlassFish 3.0.1. I\'m using regular FORM based authentication and have the application secured using a JDBC realm. The view is handled by JSF 2 us
Consider the following开发者_如何学C scenario. I am clicking the submit button of a JSF form, after the session has timed out(expired).
I\'ve put the following into my web.xml: <error-page> <exception-type>javax.faces.application.ViewExpiredException</exception-type>
Mojarra Implementation of JSF 2 has the following context params: com.sun.faces.numberOfViewsInSession (default is 15)
I have written simple application with container-managed security. The problem is when I log in and open another page on which I logout, then I come back to first page and I click on any link etc or r
This question already has answers here: javax.faces.application.ViewExpiredException: View could not be restored