You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/03/06 11:59:49 UTC

svn commit: r515069 - /myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Author: cagatay
Date: Tue Mar  6 02:59:48 2007
New Revision: 515069

URL: http://svn.apache.org/viewvc?view=rev&rev=515069
Log:
Add config for extended DoubleConverter

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml?view=diff&rev=515069&r1=515068&r2=515069
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml Tue Mar  6 02:59:48 2007
@@ -633,6 +633,15 @@
 		<converter-for-class>java.lang.Integer</converter-for-class>
 		<converter-class>org.apache.myfaces.convert.ex.IntegerConverter</converter-class>
 	</converter>
+	<converter>
+        <converter-id>javax.faces.Double</converter-id>
+        <converter-class>org.apache.myfaces.convert.ex.DoubleConverter</converter-class>
+    </converter>
+	<converter>
+        <converter-for-class>java.lang.Double</converter-for-class>
+        <converter-class>org.apache.myfaces.convert.ex.DoubleConverter</converter-class>
+    </converter>
+    
 	<validator>
 		<validator-id>javax.faces.Length</validator-id>
 		<validator-class>org.apache.myfaces.validator.ex.LengthValidator</validator-class>