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

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


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

  Modified:    examples/contactlist/view  viewContact.xhtml
  Log:
  fix the timezones
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/contactlist/view/viewContact.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: viewContact.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/viewContact.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- viewContact.xhtml	8 Oct 2006 14:52:21 -0000	1.7
  +++ viewContact.xhtml	20 Nov 2006 19:45:23 -0000	1.8
  @@ -86,7 +86,7 @@
           <h:column>
             <f:facet name="header">Posted</f:facet>
             <h:outputText value="#{c.created}">
  -            <f:convertDateTime type="both"/>
  +            <s:convertDateTime type="both"/>
             </h:outputText>
           </h:column>
           <h:column>
  
  
  



More information about the jboss-cvs-commits mailing list