[seam-commits] Seam SVN: r9228 - trunk/examples/spring/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Oct 8 06:37:35 EDT 2008


Author: shane.bryzak at jboss.com
Date: 2008-10-08 06:37:34 -0400 (Wed, 08 Oct 2008)
New Revision: 9228

Modified:
   trunk/examples/spring/resources/WEB-INF/pages.xml
Log:
JBSEAM-3528

Modified: trunk/examples/spring/resources/WEB-INF/pages.xml
===================================================================
--- trunk/examples/spring/resources/WEB-INF/pages.xml	2008-10-08 08:43:49 UTC (rev 9227)
+++ trunk/examples/spring/resources/WEB-INF/pages.xml	2008-10-08 10:37:34 UTC (rev 9228)
@@ -2,7 +2,7 @@
 <pages xmlns="http://jboss.com/products/seam/pages"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.1.xsd"
-
+       login-view-id="/home.xhtml"
        no-conversation-view-id="/main.xhtml">
 
     <page view-id="/register.xhtml">
@@ -28,7 +28,7 @@
         
     </page>
     
-    <page view-id="/password.xhtml">
+    <page view-id="/password.xhtml" login-required="true">
     
         <navigation>
             <rule if="#{changePassword.changed}">




More information about the seam-commits mailing list