No saved view state could be found for the view identifier
843844Feb 22 2010 — edited Jun 23 2010Hi!
I used to get a no saved view state error.
so i tried to catch it like this:
<error-page>
<exception-type>javax.faces.application.ViewExpiredException</exception-type>
<location>/login/login.jsp</location>
</error-page>
but than i get an error:
No saved view state could be found for the view identifier: /login/login.jsp
what else do i have to define?