[jboss-cvs] jboss-seam/examples/seambay/view ...

Shane Bryzak sbryzak at redhat.com
Thu Nov 29 08:37:43 EST 2007


  User: sbryzak2
  Date: 07/11/29 08:37:43

  Modified:    examples/seambay/view  auction.xhtml
  Log:
  added s:conversationName
  
  Revision  Changes    Path
  1.14      +6 -2      jboss-seam/examples/seambay/view/auction.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: auction.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/auction.xhtml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- auction.xhtml	6 Aug 2007 03:41:26 -0000	1.13
  +++ auction.xhtml	29 Nov 2007 13:37:43 -0000	1.14
  @@ -101,7 +101,9 @@
                   $<b><h:outputText value="#{auction.currentPrice}">
                     <f:convertNumber minFractionDigits="2" maxFractionDigits="2"/>
                   </h:outputText></b>
  -                <h:commandButton styleClass="placeBid" action="#{bidAction.placeBid}"/>
  +                <h:commandButton id="placeBid" styleClass="placeBid" action="#{bidAction.placeBid}">
  +                  <s:conversationName value="PlaceBid"/>
  +                </h:commandButton>
                 </div>
               </h:form>              
             </div>
  @@ -248,7 +250,9 @@
               </div>
   
               <div class="indented">
  -              <h:commandButton styleClass="placeBid" action="#{bidAction.placeBid}"/>
  +              <h:commandButton id="placeBidWithAmount" styleClass="placeBid" action="#{bidAction.placeBid}">
  +                <s:conversationName value="PlaceBid"/>
  +              </h:commandButton>
               </div>
   
             </h:form>
  
  
  



More information about the jboss-cvs-commits mailing list