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

Shane Bryzak sbryzak at redhat.com
Thu Sep 13 02:47:20 EDT 2007


  User: sbryzak2
  Date: 07/09/13 02:47:20

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  fix natural conversation id for bid screen
  
  Revision  Changes    Path
  1.20      +2 -2      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- pages.xml	6 Aug 2007 03:02:05 -0000	1.19
  +++ pages.xml	13 Sep 2007 06:47:20 -0000	1.20
  @@ -8,7 +8,7 @@
          
       <conversation name="PlaceBid"
                     parameter-name="auctionId"
  -                  parameter-value="#{bidAction.bid.auction.auctionId}"/>
  +                  parameter-value="#{auction.auctionId}"/>
   
       <page view-id="/search.xhtml">
           <param name="categoryId" value="#{auctionSearch.selectedCategoryId}"/>
  
  
  



More information about the jboss-cvs-commits mailing list