[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Mon Dec 18 12:55:44 EST 2006
User: gavin
Date: 06/12/18 12:55:44
Modified: examples/booking/resources/WEB-INF pages.xml
Log:
minor
Revision Changes Path
1.11 +6 -2 jboss-seam/examples/booking/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/examples/booking/resources/WEB-INF/pages.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- pages.xml 18 Dec 2006 15:42:13 -0000 1.10
+++ pages.xml 18 Dec 2006 17:55:44 -0000 1.11
@@ -6,6 +6,9 @@
<page view-id="/register.xhtml">
+ <action if="#{validation.failed}"
+ execute="#{register.invalid}"/>
+
<action-navigation>
<outcome if="#{register.registered}">
<redirect view-id="/home.xhtml"/>
@@ -34,8 +37,9 @@
</page>
- <page view-id="/main.xhtml"
- action="#{login.validateLogin}">
+ <page view-id="/main.xhtml">
+
+ <action execute="#{login.validateLogin}"/>
<action-navigation from-action="#{login.validateLogin}">
<outcome if="#{not login.loggedIn}">
More information about the jboss-cvs-commits
mailing list