[jboss-cvs] jboss-seam/examples/hibernate2/resources ...

Gavin King gavin.king at jboss.com
Wed Mar 7 21:01:09 EST 2007


  User: gavin   
  Date: 07/03/07 21:01:09

  Modified:    examples/hibernate2/resources  pages.xml
  Log:
  password page fix
  
  Revision  Changes    Path
  1.7       +2 -1      jboss-seam/examples/hibernate2/resources/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/pages.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- pages.xml	27 Feb 2007 07:16:45 -0000	1.6
  +++ pages.xml	8 Mar 2007 02:01:08 -0000	1.7
  @@ -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