[seam-commits] Seam SVN: r8884 - trunk/examples/booking/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 3 12:12:14 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-09-03 12:12:14 -0400 (Wed, 03 Sep 2008)
New Revision: 8884

Modified:
   trunk/examples/booking/resources/WEB-INF/pages.xml
Log:
JBSEAM-3346

Modified: trunk/examples/booking/resources/WEB-INF/pages.xml
===================================================================
--- trunk/examples/booking/resources/WEB-INF/pages.xml	2008-09-03 15:28:03 UTC (rev 8883)
+++ trunk/examples/booking/resources/WEB-INF/pages.xml	2008-09-03 16:12:14 UTC (rev 8884)
@@ -108,5 +108,11 @@
             <message severity="warn">You must be logged in to use this feature</message>
         </redirect>
     </exception>
+    
+    <exception class="javax.faces.application.ViewExpiredException">
+        <redirect view-id="/home.xhtml">
+            <message severity="warn">Session expired, please log in again</message>
+        </redirect>
+    </exception>
 
 </pages>




More information about the seam-commits mailing list