[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...
Peter Muir
peter at bleepbleep.org.uk
Fri Aug 31 11:26:18 EDT 2007
User: pmuir
Date: 07/08/31 11:26:18
Modified: seam-gen/resources/WEB-INF pages.xml
Log:
JBSEAM-1887 and section on commonly handled exceptions
Revision Changes Path
1.11 +6 -0 jboss-seam/seam-gen/resources/WEB-INF/pages.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pages.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/pages.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- pages.xml 26 Jun 2007 23:12:51 -0000 1.10
+++ pages.xml 31 Aug 2007 15:26:18 -0000 1.11
@@ -45,6 +45,12 @@
</redirect>
</exception>
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/error.xhtml">
+ <message>Your session has timed out, please try again</message>
+ </redirect>
+ </exception>
+
<exception>
<redirect view-id="/error.xhtml">
<message>Unexpected error, please try again</message>
More information about the jboss-cvs-commits
mailing list