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 start by reading some background material on the JSF life cycle (just Google those three terms.)

Try setting your session-timeout to 30 and state_saving_method to server.

--
Guy Rouillier

Reply via email to