[jboss-cvs] jboss-seam/examples/dvdstore/web ...

Gavin King gavin.king at jboss.com
Mon Sep 18 19:04:11 EDT 2006


  User: gavin   
  Date: 06/09/18 19:04:11

  Modified:    examples/dvdstore/web  confirm.xhtml
  Log:
  fix JBSEAM-312
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/dvdstore/web/confirm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/confirm.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- confirm.xhtml	29 Jun 2006 19:02:09 -0000	1.7
  +++ confirm.xhtml	18 Sep 2006 23:04:11 -0000	1.8
  @@ -75,7 +75,7 @@
                               </h:outputText>
                               
                               <h:outputText value="#{msgs.checkoutTotal}" />
  -                            <h:outputText value="#{order.totalAmount}">
  +                            <h:outputText value="#{currentOrder.totalAmount}">
                                   <f:convertNumber type="currency" currencySymbol="$" />
                               </h:outputText>
                           </h:panelGrid>
  
  
  



More information about the jboss-cvs-commits mailing list