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

Gavin King gavin.king at jboss.com
Mon Nov 20 14:42:57 EST 2006


  User: gavin   
  Date: 06/11/20 14:42:57

  Modified:    examples/booking/view   book.xhtml confirm.xhtml
  Log:
  fix timezone
  
  Revision  Changes    Path
  1.26      +2 -2      jboss-seam/examples/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/booking/view/book.xhtml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- book.xhtml	14 Nov 2006 05:50:59 -0000	1.25
  +++ book.xhtml	20 Nov 2006 19:42:56 -0000	1.26
  @@ -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"/>
  
  
  
  1.16      +1 -1      jboss-seam/examples/booking/view/confirm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/confirm.xhtml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  
  
  



More information about the jboss-cvs-commits mailing list