[seam-commits] Seam SVN: r10273 - branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 2 07:22:34 EDT 2009
Author: manaRH
Date: 2009-04-02 07:22:34 -0400 (Thu, 02 Apr 2009)
New Revision: 10273
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml
Log:
JBPAPP-1455
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml 2009-04-02 06:10:18 UTC (rev 10272)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml 2009-04-02 11:22:34 UTC (rev 10273)
@@ -33,7 +33,7 @@
login-required="true">
<navigation>
- <rule if="#{changePassword.changed}">
+ <rule if="#{identity.loggedIn and changePassword.changed}">
<redirect view-id="/main.xhtml"/>
</rule>
</navigation>
More information about the seam-commits
mailing list