[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Mon Feb 26 20:44:22 EST 2007


  User: gavin   
  Date: 07/02/26 20:44:22

  Modified:    examples/booking/resources/WEB-INF  pages.xml
  Log:
  fix set password validation msgs
  
  Revision  Changes    Path
  1.19      +2 -1      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.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- pages.xml	20 Feb 2007 06:00:50 -0000	1.18
  +++ pages.xml	27 Feb 2007 01:44:22 -0000	1.19
  @@ -28,7 +28,8 @@
           
       </page>
       
  -    <page view-id="/password.xhtml">
  +    <page view-id="/password.xhtml"
  +          login-required="true">
       
           <navigation>
               <rule if="#{changePassword.changed}">
  
  
  



More information about the jboss-cvs-commits mailing list