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

Shane Bryzak sbryzak at redhat.com
Wed Jan 9 05:05:23 EST 2008


  User: sbryzak2
  Date: 08/01/09 05:05:23

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  completed user management screens
  
  Revision  Changes    Path
  1.34      +4 -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.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- pages.xml	5 Jan 2008 08:28:00 -0000	1.33
  +++ pages.xml	9 Jan 2008 10:05:22 -0000	1.34
  @@ -66,6 +66,10 @@
         <navigation from-action="#{userAction.createUser}">
           <redirect view-id="/userdetail.xhtml"/>
         </navigation>
  +      
  +      <navigation from-action="#{userAction.editUser(userSearch.selectedUser)}">
  +        <redirect view-id="/userdetail.xhtml"/>
  +      </navigation>      
       </page>
       
       <page view-id="/userdetail.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list