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

Shane Bryzak sbryzak at redhat.com
Thu Mar 29 09:54:51 EDT 2007


  User: sbryzak2
  Date: 07/03/29 09:54:51

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  ongoing
  
  Revision  Changes    Path
  1.2       +5 -0      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/pages.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pages.xml	22 Mar 2007 15:02:47 -0000	1.1
  +++ pages.xml	29 Mar 2007 13:54:51 -0000	1.2
  @@ -10,9 +10,14 @@
                   <redirect view-id="/profile.xhtml"/>
               </rule>
           </navigation>
  +        
           <navigation from-action="#{register.start}">
             <redirect view-id="/register.xhtml"/>
           </navigation>
  +        
  +        <navigation from-action="#{auctionSearch.queryAuctions}">
  +            <redirect view-id="/search.xhtml"/>
  +        </navigation>
       </page>
             
       <exception class="org.jboss.seam.security.NotLoggedInException">
  
  
  



More information about the jboss-cvs-commits mailing list