[jboss-cvs] jboss-seam/examples/wiki/resources/WEB-INF ...
Christian Bauer
christian.bauer at jboss.com
Thu Feb 22 06:52:25 EST 2007
User: cbauer
Date: 07/02/22 06:52:25
Modified: examples/wiki/resources/WEB-INF web.xml pages.xml
Log:
Full keyboard/shortcut navigation
Revision Changes Path
1.6 +1 -1 jboss-seam/examples/wiki/resources/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/resources/WEB-INF/web.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
1.5 +3 -0 jboss-seam/examples/wiki/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/wiki/resources/WEB-INF/pages.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pages.xml 21 Feb 2007 19:24:18 -0000 1.4
+++ pages.xml 22 Feb 2007 11:52:25 -0000 1.5
@@ -103,6 +103,9 @@
<rule if-outcome="register">
<redirect view-id="/profile.xhtml"/>
</rule>
+ <rule if-outcome="listUsers">
+ <redirect view-id="/userList.xhtml"/>
+ </rule>
<rule if-outcome="editMyProfile">
<redirect view-id="/profile.xhtml">
<param name="userId" value="#{authenticatedUser.id}"/>
More information about the jboss-cvs-commits
mailing list