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

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


  User: gavin   
  Date: 06/11/20 14:46:02

  Modified:    examples/todo/view  todo.jsp
  Log:
  fix the timezones
  
  Revision  Changes    Path
  1.6       +2 -2      jboss-seam/examples/todo/view/todo.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: todo.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/todo/view/todo.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- todo.jsp	14 Nov 2006 05:03:02 -0000	1.5
  +++ todo.jsp	20 Nov 2006 19:46:02 -0000	1.6
  @@ -23,7 +23,7 @@
                       <h:outputText value="Created"/>
                   </f:facet>
                   <h:outputText value="#{task.taskMgmtInstance.processInstance.start}">
  -                    <f:convertDateTime type="date"/>
  +                    <s:convertDateTime type="date"/>
                   </h:outputText>
               </h:column>
               <h:column>
  @@ -37,7 +37,7 @@
                       <h:outputText value="Due Date"/>
                   </f:facet>
                   <h:inputText value="#{task.dueDate}" style="width: 100">
  -                    <f:convertDateTime type="date" dateStyle="short"/>
  +                    <s:convertDateTime type="date" dateStyle="short"/>
                   </h:inputText>
               </h:column>
               <h:column>
  
  
  



More information about the jboss-cvs-commits mailing list