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

Shane Bryzak sbryzak at redhat.com
Sun Aug 5 23:02:05 EDT 2007


  User: sbryzak2
  Date: 07/08/05 23:02:05

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  bid history page
  
  Revision  Changes    Path
  1.19      +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.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- pages.xml	17 Jul 2007 07:12:21 -0000	1.18
  +++ pages.xml	6 Aug 2007 03:02:05 -0000	1.19
  @@ -32,6 +32,10 @@
           </navigation>
       </page>
       
  +    <page view-id="/bidhistory.xhtml">
  +        <param name="id" value="#{auctionDetail.selectedAuctionId}"/>
  +    </page>
  +    
       <page view-id="/bid.xhtml" conversation="PlaceBid" login-required="true">
           <navigation from-action="#{bidAction.confirmBid}">        
               <rule if-outcome="success">
  
  
  



More information about the jboss-cvs-commits mailing list