I\'m working on a JSF web application in which I need to bring up a \"Session Expired\" page if the view expires, but a general technical error page for all others.The application only goes to the tec
I\'m developing a JSF 2.0 application on Glassfish v3 and i\'m trying to handle the ViewExpiredException. But whatever i do, i always get a Glassfish error report instead of my own error page.
This question already has answers here: 开发者_运维技巧 Avoid back button on JSF web application
When I have javax.faces.application.ViewExpiredException I want to send user to login page. web.xml ...