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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Jan 22 21:48:06 EST 2007


  User: sbryzak2
  Date: 07/01/22 21:48:06

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  more user registration stuff
  
  Revision  Changes    Path
  1.8       +6 -0      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/pages.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- pages.xml	18 Jan 2007 12:28:42 -0000	1.7
  +++ pages.xml	23 Jan 2007 02:48:06 -0000	1.8
  @@ -31,6 +31,12 @@
         </navigation>
       </page>
          
  +    <page view-id="/register2.xhtml">
  +      <navigation from-action="#{register.upload}">
  +        <redirect view-id="/home.xhtml"/>
  +      </navigation>
  +    </page>
  +       
       <page view-id="*">
           <navigation from-action="#{login.logout}">
               <redirect view-id="/home.xhtml"/>
  
  
  



More information about the jboss-cvs-commits mailing list