[jboss-cvs] jboss-seam/examples/jee5/booking/view ...

Peter Muir peter at bleepbleep.org.uk
Wed Dec 19 16:42:51 EST 2007


  User: pmuir   
  Date: 07/12/19 16:42:51

  Modified:    examples/jee5/booking/view  book.xhtml
  Log:
  JBSEAM-2091 part 1, thanks Jay.
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/jee5/booking/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/jee5/booking/view/book.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- book.xhtml	6 Sep 2007 22:57:35 -0000	1.2
  +++ book.xhtml	19 Dec 2007 21:42:51 -0000	1.3
  @@ -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