[jboss-user] [JBoss Seam] - javax.faces.application.ViewExpiredException

tony.herstell@gmail.com do-not-reply at jboss.com
Fri Aug 17 00:29:45 EDT 2007


Session Timeout...

I get this...


  | 16:24:18,705 WARN  [lifecycle] executePhase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl at 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?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075075#4075075

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075075



More information about the jboss-user mailing list