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

Shane Bryzak sbryzak at redhat.com
Tue Jul 17 03:12:21 EDT 2007


  User: sbryzak2
  Date: 07/07/17 03:12:21

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  support for outbids/rebids
  
  Revision  Changes    Path
  1.18      +4 -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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- pages.xml	14 Jul 2007 01:56:08 -0000	1.17
  +++ pages.xml	17 Jul 2007 07:12:21 -0000	1.18
  @@ -129,6 +129,10 @@
           <navigation from-action="#{auctionSearch.queryAllAuctions}">
               <redirect view-id="/search.xhtml"/>
           </navigation>
  +        
  +        <navigation from-action="#{identity.logout}">
  +            <redirect view-id="/home.xhtml"/>
  +        </navigation>
       </page>
   
       <exception class="org.jboss.seam.security.NotLoggedInException">
  
  
  



More information about the jboss-cvs-commits mailing list