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 13:00:10 UTC

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

Author: cagatay
Date: Tue Mar  6 04:00:09 2007
New Revision: 515092

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

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=515092&r1=515091&r2=515092
==============================================================================
--- 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 04:00:09 2007
@@ -650,5 +650,9 @@
 		<validator-id>javax.faces.LongRange</validator-id>
 		<validator-class>org.apache.myfaces.validator.ex.LongRangeValidator</validator-class>
 	</validator>
+	<validator>
+		<validator-id>javax.faces.DoubleRange</validator-id>
+		<validator-class>org.apache.myfaces.validator.ex.DoubleRangeValidator</validator-class>
+	</validator>
 
 </faces-config>