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

Gavin King gavin.king at jboss.com
Mon Nov 20 14:45:41 EST 2006


  User: gavin   
  Date: 06/11/20 14:45:41

  Modified:    examples/hibernate2/view  book.xhtml
  Log:
  fix the timezones
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- book.xhtml	14 Nov 2006 05:50:59 -0000	1.4
  +++ book.xhtml	20 Nov 2006 19:45:40 -0000	1.5
  @@ -48,7 +48,7 @@
   				<div class="input">
   					<s:decorate>
   						<h:inputText id="checkinDate" value="#{booking.checkinDate}" required="true">
  -                            <f:convertDateTime pattern="MM/dd/yyyy"/>
  +                            <s:convertDateTime pattern="MM/dd/yyyy"/>
                               <a:support event="onblur" reRender="checkinDateErrors"/>
                           </h:inputText>
                           <h:graphicImage url="img/dtpick.gif" onclick="displayDatePicker('booking:checkinDate');" style="margin-left:5px"/>
  @@ -63,7 +63,7 @@
   				<div class="input">
   					<s:decorate>
   						<h:inputText id="checkoutDate" value="#{booking.checkoutDate}" required="true">
  -                            <f:convertDateTime pattern="MM/dd/yyyy"/>
  +                            <s:convertDateTime pattern="MM/dd/yyyy"/>
                               <a:support event="onblur" reRender="checkoutDateErrors"/>
                           </h:inputText>
                           <h:graphicImage url="img/dtpick.gif" onclick="displayDatePicker('booking:checkoutDate');" style="margin-left:5px"/>
  
  
  



More information about the jboss-cvs-commits mailing list