Re: ViewExpiredException: No saved view state could be found for the view identifier

2015-11-23 Thread Jojada Tirtowidjojo
Thanks, Kito, for your response. Below is my finding. The cookie setting in the web.xml is: 240 true true COOKIE When I first visit the login page, the Http Response Headers from the server is 1. HTTP/1.1 200 OK Date: Tue, 24 Nov

Re: ViewExpiredException: No saved view state could be found for the view identifier

2015-11-20 Thread Kito Mann
It sounds like Jetty's cookie session setting isn't working correctly. Try looking at the request and response headers to see if it's being set. If not, you'll need to figure out why Jetty isn't setting it correctly. On Thursday, November 19, 2015, Jojada Tirtowidjojo wrote: >

ViewExpiredException: No saved view state could be found for the view identifier

2015-11-19 Thread Jojada Tirtowidjojo
Hi All, I am new to JSF and Myfaces and need answers or pointers that can help me fix the problem I am currently having. Would you please help ? My application embeds a Jetty 9.3.6 server and uses the Apache MyFaces 2.2.8. It runs well with the Jetty default session tracking modes: URL and

Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread Guy Rouillier
On 8/31/2010 4:53 PM, Micah Klitgaard wrote: javax.faces.application.ViewExpiredException: /pages/login.xhtmlNo saved view state could be found for the view identifier: /pages/login.xhtml ViewExpiredException is one of the most common exceptions you'll encounter in JSF. I'd suggest you

Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread mk
I have been reading about Lifecylces and this is my fourth JSF project. As far as I know 30 minutes is default timeout on Tomcat and server state saving is also default - according to log output. The code is very simple, so if it isn't a bug it should be easy to fix if I'm doing something

Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread Matthias Wessendorf
see the other thread on this (ViewExpiredException) topic -M On Wed, Sep 1, 2010 at 9:57 AM, m...@micah-co.com wrote: I have been reading about Lifecylces and this is my fourth JSF project. As far as I know 30 minutes is default timeout on Tomcat and server state saving is also default -

Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread mk
Thanks M. I have nearly read all posts on those 20 pages with this topic. Nothing new came to my mind. Further more I explicitly added context params for session timeout, state saving method and numbers of views in session. Please take a look at the code. see the other thread on this

ViewExpiredException - No saved view state could be found for the view identifier

2010-08-31 Thread Micah Klitgaard
Hi, I have been searching for a solution for two days now so I hope you are able to help me out with the basics! jdk1.6.0_21, Tomcat 6.0.29, myfaces-core-2.0.1, trinidad-2.0.0-alpha-2 (same problem before Trinidad), IntelliJ 9 javax.faces.application.ViewExpiredException: