Author: andyhot
Date: Sat Mar 17 18:10:23 2007
New Revision: 519499

URL: http://svn.apache.org/viewvc?view=rev&rev=519499
Log:
simplify

Modified:
    
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.validator.xml

Modified: 
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.validator.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.validator.xml?view=diff&rev=519499&r1=519498&r2=519499
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.validator.xml
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.validator.xml
 Sat Mar 17 18:10:23 2007
@@ -50,8 +50,8 @@
     <validator name="minDate" class="MinDate"/>
     <validator name="minLength" class="MinLength"/>
     <validator name="pattern" class="Pattern"/>
-    <validator name="match" configurable="true" class="Identity"/>
-    <validator name="differ" configurable="true" class="Identity"/>    
+    <validator name="match" class="Identity"/>
+    <validator name="differ" class="Identity"/>    
   </contribution>
   
   <service-point id="ValidatorFactory">


Reply via email to