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

Gavin King gavin.king at jboss.com
Thu Dec 14 07:23:24 EST 2006


  User: gavin   
  Date: 06/12/14 07:23:24

  Modified:    examples/dvdstore/web  confirm.xhtml
  Log:
  fix minor bugs
  
  Revision  Changes    Path
  1.10      +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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- confirm.xhtml	2 Nov 2006 18:26:04 -0000	1.9
  +++ confirm.xhtml	14 Dec 2006 12:23:24 -0000	1.10
  @@ -56,7 +56,7 @@
                               <f:facet name="header">
                                   <h:outputText value="#{messages.cartQuantityColumn}" />
                               </f:facet>
  -                            <h:outputText value="#{line.quantity}" size="6" />
  +                            <h:outputText value="#{line.quantity}"/>
                           </h:column>                        
                       </h:dataTable>
                   </h:form>
  
  
  



More information about the jboss-cvs-commits mailing list