You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/13 22:03:00 UTC

svn commit: r1034874 - /myfaces/commons/trunk/myfaces-commons-converters/src/main/java/org/apache/myfaces/commons/converter/DateTimeConverter.java

Author: lu4242
Date: Sat Nov 13 21:03:00 2010
New Revision: 1034874

URL: http://svn.apache.org/viewvc?rev=1034874&view=rev
Log:
fix tld deferredValueType

Modified:
    myfaces/commons/trunk/myfaces-commons-converters/src/main/java/org/apache/myfaces/commons/converter/DateTimeConverter.java

Modified: myfaces/commons/trunk/myfaces-commons-converters/src/main/java/org/apache/myfaces/commons/converter/DateTimeConverter.java
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/src/main/java/org/apache/myfaces/commons/converter/DateTimeConverter.java?rev=1034874&r1=1034873&r2=1034874&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/src/main/java/org/apache/myfaces/commons/converter/DateTimeConverter.java (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/src/main/java/org/apache/myfaces/commons/converter/DateTimeConverter.java Sat Nov 13 21:03:00 2010
@@ -370,7 +370,7 @@ public class DateTimeConverter extends j
      * The name of the locale to be used, instead of the default.
      * 
      */
-    @JSFProperty(inheritedTag = false)
+    @JSFProperty(inheritedTag = false,deferredValueType="java.lang.Object")
     public Locale getLocale()
     {        
         if (_locale != null)
@@ -453,7 +453,7 @@ public class DateTimeConverter extends j
      * java.util.TimeZone.getTimeZone(String).
      * 
      */
-    @JSFProperty(inheritedTag = false)
+    @JSFProperty(inheritedTag = false,deferredValueType="java.lang.Object")
     public TimeZone getTimeZone()
     {
         //return _timeZone != null ? _timeZone : TIMEZONE_DEFAULT;