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

Shane Bryzak sbryzak at redhat.com
Sun Oct 7 23:45:10 EDT 2007


  User: sbryzak2
  Date: 07/10/07 23:45:10

  Modified:    examples/seambay/view  feedback.xhtml
  Log:
  fixed EL expression
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/seambay/view/feedback.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: feedback.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/feedback.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- feedback.xhtml	6 Aug 2007 03:02:28 -0000	1.3
  +++ feedback.xhtml	8 Oct 2007 03:45:10 -0000	1.4
  @@ -87,7 +87,7 @@
                 </h:outputLink>)
         	    </span>
         	    <div class="itemDescription">
  -              $<h:outputText value="#{fb.item.highBid.actualPrice}">
  +              $<h:outputText value="#{fb.item.highBid.actualAmount}">
                   <f:convertNumber minFractionDigits="2" maxFractionDigits="2"/>
                 </h:outputText>
         	    </div>      	    
  
  
  



More information about the jboss-cvs-commits mailing list