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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:12:42 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:12:42

  Modified:    examples/seambay/view  sell.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/seambay/view/sell.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: sell.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/sell.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- sell.xhtml	5 Jul 2007 05:54:15 -0000	1.5
  +++ sell.xhtml	3 Sep 2007 12:12:42 -0000	1.6
  @@ -33,7 +33,7 @@
             <s:validateAll>
               <div class="formRow">
                 <h:outputLabel for="title">Enter a short description of the item you wish to sell</h:outputLabel>
  -              <h:inputText id="title" value="#{auctionAction.auction.title}" required="true" class="itemDescription"/>
  +              <h:inputText id="title" value="#{auctionAction.auction.title}" required="true" styleClass="itemDescription"/>
                 <div class="validationError"><h:message for="title"/></div>
               </div>
             </s:validateAll>
  
  
  



More information about the jboss-cvs-commits mailing list