Author: gvanmatre
Date: Fri Jul 27 20:18:18 2007
New Revision: 560478

URL: http://svn.apache.org/viewvc?view=rev&rev=560478
Log:
Missing "validatorId" attribute on the "f:validator" component (SHALE-452).

Modified:
    shale/framework/trunk/shale-clay/src/main/resources/META-INF/clay-config.xml

Modified: 
shale/framework/trunk/shale-clay/src/main/resources/META-INF/clay-config.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-clay/src/main/resources/META-INF/clay-config.xml?view=diff&rev=560478&r1=560477&r2=560478
==============================================================================
--- 
shale/framework/trunk/shale-clay/src/main/resources/META-INF/clay-config.xml 
(original)
+++ 
shale/framework/trunk/shale-clay/src/main/resources/META-INF/clay-config.xml 
Fri Jul 27 20:18:18 2007
@@ -58,7 +58,11 @@
          <set name="binding" bindingType="VB" />
      </attributes>
   </component>
-  <component jsfid="f:validator" extends="validator"/>
+  <component jsfid="f:validator" extends="validator">
+     <attributes>
+         <set name="validatorId" bindingType="VB" />
+     </attributes>
+  </component>
   
   <component jsfid="actionListener" componentType="override">
      <description>Abstract component definition.</description>


Reply via email to