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

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


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

  Modified:    examples/icefaces/view  book.xhtml
  Log:
  fix the timezones
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/examples/icefaces/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/icefaces/view/book.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- book.xhtml	20 Nov 2006 08:57:11 -0000	1.3
  +++ book.xhtml	20 Nov 2006 19:45:45 -0000	1.4
  @@ -48,7 +48,7 @@
   				<div class="input">
   					<s:decorate>
   						<ice:inputText partialSubmit="true" id="checkinDate" value="#{booking.checkinDate}" required="true">
  -                            <f:convertDateTime pattern="MM/dd/yyyy"/>
  +                            <s:convertDateTime pattern="MM/dd/yyyy"/>
                           </ice:inputText>
                           <h:graphicImage url="img/dtpick.gif" onclick="displayDatePicker('booking:checkinDate');" style="margin-left:5px"/>
   						<br/>
  @@ -62,7 +62,7 @@
   				<div class="input">
   					<s:decorate>
   						<ice:inputText partialSubmit="true" id="checkoutDate" value="#{booking.checkoutDate}" required="true">
  -                            <f:convertDateTime pattern="MM/dd/yyyy"/>
  +                            <s:convertDateTime pattern="MM/dd/yyyy"/>
                           </ice:inputText>
                           <h:graphicImage url="img/dtpick.gif" onclick="displayDatePicker('booking:checkoutDate');" style="margin-left:5px"/>
   						<br/>
  
  
  



More information about the jboss-cvs-commits mailing list