9 Replies Latest reply on Oct 15, 2007 6:10 PM by jacob.orshalick

    javax.faces.application.ViewExpiredException

    tony.herstell1

      Session Timeout...

      I get this...

      16:24:18,705 WARN [lifecycle] executePhase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl@12d04843) threw exception
      javax.faces.application.ViewExpiredException: viewId:/pages/user/userRegistration.seam - View /pages/user/userRegistration.seam could not be restored.
      


      even though I have this
      <pages xmlns="http://jboss.com/products/seam/pages"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd"
       no-conversation-view-id="/home.xhtml"
       login-view-id="/home.xhtml">
      


      no-conversation-view-id="/home.xhtml"

      in pages.xml


      What have I missed?

      do I need it on each page part as well as I have only this:
       <page view-id="/pages/user/userRegistration.xhtml" login-required="false">
       Reason: Registering new User
       </page>
      



      It should go to /home.xhtml shouldn't it?