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

Peter Muir peter at bleepbleep.org.uk
Wed Dec 19 16:53:13 EST 2007


  User: pmuir   
  Date: 07/12/19 16:53:13

  Modified:    examples/hibernate2/view  book.xhtml
  Log:
  JBSEAM-2412, and fix minor breakages caused by RF 3.1.4
  
  Revision  Changes    Path
  1.13      +2 -2      jboss-seam/examples/hibernate2/view/book.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: book.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/book.xhtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- book.xhtml	6 Sep 2007 22:57:35 -0000	1.12
  +++ book.xhtml	19 Dec 2007 21:53:13 -0000	1.13
  @@ -61,7 +61,7 @@
                               <div class="label"><h:outputLabel for="checkinDate">Check In Date:</h:outputLabel></div>
                               <div class="input">
                                   <s:decorate id="checkinDateDecorate">
  -									<rich:calendar id="checkinDate" value="#{booking.checkinDate}" required="true" datePattern="MM/dd/yyyy" event="onblur" reRender="checkinDateDecorate" />                                
  +									<rich:calendar id="checkinDate" value="#{booking.checkinDate}" required="true" datePattern="MM/dd/yyyy" event="onblur" reRender="checkinDateDecorate" style="width: auto;" />                                
   								</s:decorate>
                               </div>
   			</div>
  @@ -70,7 +70,7 @@
                               <div class="label"><h:outputLabel for="checkoutDate">Check Out Date:</h:outputLabel></div>
                               <div class="input">
                                   <s:decorate id="checkoutDateDecorate">
  -									<rich:calendar id="checkoutDate" value="#{booking.checkoutDate}" required="true" datePattern="MM/dd/yyyy" event="onblur" reRender="checkoutDateDecorate" />                                
  +									<rich:calendar id="checkoutDate" value="#{booking.checkoutDate}" required="true" datePattern="MM/dd/yyyy" event="onblur" reRender="checkoutDateDecorate" style="width: auto;"/>                 
   								</s:decorate>
                               </div>
                           </div>
  
  
  



More information about the jboss-cvs-commits mailing list