Example apps / classpath

2010-09-03 Thread mk
Hi, 1) I've been looking for working examples but all links seem to be broken. Can you refer to a woking example or can you email me your sandbox app (may include Trinidad)? 2) I would also like to know if my classpath is right. I'm using: jdk1.6.0_21

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 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