Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No saved view state could be found for the view identifier

843844Feb 22 2010 — edited Jun 23 2010
Hi!

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2010
Added on Feb 22 2010
5 comments
1,995 views