Hi Sabitha, I tried out with given context Parameter, But having same error. Actually why this error is there exactly ? May be explanation help me to resolve it.
Thank You, Navnath Kumbhar. Sabitha Gopal Pandit wrote: > > Can you add this and check if it works > > <context-param> > > <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-na > me> > <param-value>com.sun.facelets.FaceletViewHandler</param-value> > </context-param> > > -----Original Message----- > From: navnath29 [mailto:[email protected]] > Sent: Friday, April 30, 2010 2:52 PM > To: [email protected] > Subject: RE: Getting javax.faces.application.ViewExpiredException after > some clicks. > > > Hi Sabitha, > > Thanks for replay. > I tried that thing also, i.e. increase session timeout from 60 to 200 > but > didn't solve problem. > Is there any other way? > > Thank You, > Navnath Kumbhar. > > > Sabitha Gopal Pandit wrote: >> >> 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. >> >> >> > > -- > View this message in context: > http://old.nabble.com/Getting-javax.faces.application.ViewExpiredExcepti > on-after-some-clicks.-tp28409901p28410231.html > Sent from the My Faces - Dev mailing list archive at Nabble.com. > > > -- View this message in context: http://old.nabble.com/Getting-javax.faces.application.ViewExpiredException-after-some-clicks.-tp28409901p28411969.html Sent from the My Faces - Dev mailing list archive at Nabble.com.
