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

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/admin  ship.xhtml
  Log:
  fix minor bugs
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/dvdstore/web/admin/ship.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ship.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/admin/ship.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ship.xhtml	20 Nov 2006 19:45:32 -0000	1.3
  +++ ship.xhtml	14 Dec 2006 12:23:24 -0000	1.4
  @@ -68,7 +68,7 @@
                                   <f:facet name="header">
                                       <h:outputText value="#{messages.cartQuantityColumn}" />
                                   </f:facet>
  -                                <h:outputText value="#{item.quantity}" size="6" />
  +                                <h:outputText value="#{item.quantity}"/>
                               </h:column>                        
                               <h:column>
                                   <f:facet name="header">
  
  
  



More information about the jboss-cvs-commits mailing list