Hi Navanth, Is session time out causing this? Check the timeout in your web.xml
Thanks, Sabitha -----Original Message----- From: navnath29 [mailto:[email protected]] Sent: Friday, April 30, 2010 2:21 PM To: [email protected] Subject: Getting javax.faces.application.ViewExpiredException after some clicks. Hi There, I am facing error javax.faces.application.ViewExpiredException - /web/Mypage.jspxNo saved view state could be found for the view identifier: /web/Mypage.jspx I have did some Google search for it. and I found following context parameters need to set <context-param> <param-name>com.sun.faces.enableRestoreView11Compatibility</param-name> <param-value>true</param-value> </context-param> <context-param> <param-name>com.sun.faces.disableVersionTracking</param-name> <param-value>true</param-value> </context-param> <context-param> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>client</param-value> </context-param> I have set all these parameters. It's working for some time, but after one or two click it showing again same error, then I need to restart my tomcat. Can any one suggest me how do I overcome on this problem. Thank You, Navnath Kumbhar. -- View this message in context: http://old.nabble.com/Getting-javax.faces.application.ViewExpiredExcepti on-after-some-clicks.-tp28409901p28409901.html Sent from the My Faces - Dev mailing list archive at Nabble.com.
