You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by gv...@apache.org on 2005/11/08 04:28:13 UTC

svn commit: r331676 - /struts/shale/trunk/clay-plugin/src/conf/clay-config.xml

Author: gvanmatre
Date: Mon Nov  7 19:28:02 2005
New Revision: 331676

URL: http://svn.apache.org/viewcvs?rev=331676&view=rev
Log:
Removed commons validator id attribute.

Modified:
    struts/shale/trunk/clay-plugin/src/conf/clay-config.xml

Modified: struts/shale/trunk/clay-plugin/src/conf/clay-config.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/conf/clay-config.xml?rev=331676&r1=331675&r2=331676&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/src/conf/clay-config.xml (original)
+++ struts/shale/trunk/clay-plugin/src/conf/clay-config.xml Mon Nov  7 19:28:02 2005
@@ -110,7 +110,7 @@
   </component>
 
   <!--  Provides access to Commons Validators  -->
-  <component jsfid="commonsValidator" id="commonsValidator" componentType="org.apache.shale.CommonsValidator" allowBody="false">
+  <component jsfid="commonsValidator" componentType="org.apache.shale.CommonsValidator" allowBody="false">
       <attributes>
         <set name="type" bindingType="Early" />
         <set name="min" bindingType="Early" />



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org