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

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

Author: cagatay
Date: Tue Mar  6 01:00:27 2007
New Revision: 515033

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

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=515033&r1=515032&r2=515033
==============================================================================
--- 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 01:00:27 2007
@@ -625,7 +625,7 @@
   </validator>
   
   <!-- extended converters and validators -->
-  <converter>
+	<converter>
 		<converter-id>javax.faces.Integer</converter-id>
 		<converter-class>org.apache.myfaces.convert.ex.IntegerConverter</converter-class>
 	</converter>
@@ -636,6 +636,10 @@
 	<validator>
 		<validator-id>javax.faces.Length</validator-id>
 		<validator-class>org.apache.myfaces.validator.ex.LengthValidator</validator-class>
+	</validator>
+	<validator>
+		<validator-id>javax.faces.LongRange</validator-id>
+		<validator-class>org.apache.myfaces.validator.ex.LongRangeValidator</validator-class>
 	</validator>
 
 </faces-config>