[jboss-cvs] jboss-seam/examples/blog/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Tue Dec 19 16:07:34 EST 2006
User: gavin
Date: 06/12/19 16:07:34
Modified: examples/blog/resources/WEB-INF pages.xml
Log:
cant make up my damn mind
Revision Changes Path
1.7 +8 -8 jboss-seam/examples/blog/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/blog/resources/WEB-INF/pages.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- pages.xml 18 Dec 2006 16:50:13 -0000 1.6
+++ pages.xml 19 Dec 2006 21:07:34 -0000 1.7
@@ -30,9 +30,9 @@
<action execute="#{postAction.invalid}"
if="#{validation.failed}"/>
- <action-navigation from-action="#{postAction.post}">
+ <navigation from-action="#{postAction.post}">
<redirect view-id="/index.xhtml"/>
- </action-navigation>
+ </navigation>
</page>
@@ -41,11 +41,11 @@
<action execute="#{loginAction.login}"
if="#{validation.succeeded}"/>
- <action-navigation>
- <outcome if="#{loginAction.loggedIn}">
+ <navigation>
+ <rule if="#{loginAction.loggedIn}">
<redirect view-id="/post.xhtml"/>
- </outcome>
- </action-navigation>
+ </rule>
+ </navigation>
</page>
More information about the jboss-cvs-commits
mailing list