You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by gv...@apache.org on 2007/07/28 05:17:34 UTC

svn commit: r560477 - /shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml

Author: gvanmatre
Date: Fri Jul 27 20:17:33 2007
New Revision: 560477

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

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

Modified: shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml?view=diff&rev=560477&r1=560476&r2=560477
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml Fri Jul 27 20:17:33 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>