[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui ...

Gavin King gavin.king at jboss.com
Wed Oct 11 21:37:28 EDT 2006


  User: gavin   
  Date: 06/10/11 21:37:28

  Modified:    src/ui/org/jboss/seam/ui  ConvertDateTime.java
  Log:
  support for JSF 1.2 RI
  
  Revision  Changes    Path
  1.2       +5 -0      jboss-seam/src/ui/org/jboss/seam/ui/ConvertDateTime.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConvertDateTime.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/ConvertDateTime.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ConvertDateTime.java	11 Oct 2006 21:00:05 -0000	1.1
  +++ ConvertDateTime.java	12 Oct 2006 01:37:28 -0000	1.2
  @@ -7,6 +7,11 @@
   public class ConvertDateTime extends DateTimeConverter
   {
   
  +   public ConvertDateTime()
  +   {
  +      setTimeZone( org.jboss.seam.core.TimeZone.instance() );
  +   }
  +
      @Override
      public TimeZone getTimeZone()
      {
  
  
  



More information about the jboss-cvs-commits mailing list