You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/10/17 21:17:29 UTC

svn commit: r465009 - /myfaces/tobago/trunk/core/src/main/faces-config/faces-config.xml

Author: bommel
Date: Tue Oct 17 12:17:28 2006
New Revision: 465009

URL: http://svn.apache.org/viewvc?view=rev&rev=465009
Log:
(TOBAGO-159) SubmittedValueLengthValidator

Modified:
    myfaces/tobago/trunk/core/src/main/faces-config/faces-config.xml

Modified: myfaces/tobago/trunk/core/src/main/faces-config/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/faces-config/faces-config.xml?view=diff&rev=465009&r1=465008&r2=465009
==============================================================================
--- myfaces/tobago/trunk/core/src/main/faces-config/faces-config.xml (original)
+++ myfaces/tobago/trunk/core/src/main/faces-config/faces-config.xml Tue Oct 17 12:17:28 2006
@@ -205,4 +205,9 @@
     <phase-listener>org.apache.myfaces.tobago.ajax.api.AjaxPhaseListener</phase-listener>
   </lifecycle>
 
+ <validator>
+    <validator-id>org.apache.myfaces.tobago.SubmittedValueLength</validator-id>
+    <validator-class>org.apache.myfaces.tobago.validator.SubmittedValueLengthValidator</validator-class>
+  </validator>
+
 </faces-config>