Hi,

I have simple page with one form. When I:

1) load page
2) redeploy application
3) submit form

exception is thrown:

/index.facesNo saved view state could be found for the view identifier: /index.faces

Caused by:
javax.faces.application.ViewExpiredException - /index.facesNo saved
view state could be found for the view identifier: /index.faces
at
org.apache.myfaces.lifecycle.RestoreViewExecutor.execute(RestoreViewExecutor.java:132)

Server is Tomcat 7.0.27 with OWB 1.1.4, MyFaces 2.1.8 and CODI 1.0.5. I have tried replacing MyFaces with Mojarra 2.1.9 and no exception is
thrown with Mojarra in submit after redeploy. Why MyFaces throws
exception and Mojarra don't?

Thanks,
Regards,
Pavel


Reply via email to