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

Shane Bryzak sbryzak at redhat.com
Fri Jul 13 21:56:08 EDT 2007


  User: sbryzak2
  Date: 07/07/13 21:56:08

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  bidding page, lots of other changes
  
  Revision  Changes    Path
  1.17      +6 -4      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- pages.xml	11 Jul 2007 14:32:26 -0000	1.16
  +++ pages.xml	14 Jul 2007 01:56:08 -0000	1.17
  @@ -34,9 +34,11 @@
       
       <page view-id="/bid.xhtml" conversation="PlaceBid" login-required="true">
           <navigation from-action="#{bidAction.confirmBid}">
  +            <rule if-outcome="success">
               <redirect view-id="/auction.xhtml">
                   <param name="id" value="#{bidAction.bid.auction.auctionId}"/>
               </redirect>
  +            </rule>        
           </navigation>
       </page>
   
  
  
  



More information about the jboss-cvs-commits mailing list