You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2006/03/09 15:57:53 UTC

svn commit: r384519 - /struts/action/branches/STRUTS_1_2_BRANCH/web/examples/WEB-INF/validator/validation.xml

Author: niallp
Date: Thu Mar  9 06:57:50 2006
New Revision: 384519

URL: http://svn.apache.org/viewcvs?rev=384519&view=rev
Log:
Corret error in the type form validation in struts-examples webapp - still validating a field which has been removed.

Modified:
    struts/action/branches/STRUTS_1_2_BRANCH/web/examples/WEB-INF/validator/validation.xml

Modified: struts/action/branches/STRUTS_1_2_BRANCH/web/examples/WEB-INF/validator/validation.xml
URL: http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/web/examples/WEB-INF/validator/validation.xml?rev=384519&r1=384518&r2=384519&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/web/examples/WEB-INF/validator/validation.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/web/examples/WEB-INF/validator/validation.xml Thu Mar  9 06:57:50 2006
@@ -133,9 +133,6 @@
       </field>
     </form>
     <form name="typeForm">
-      <field property="name" depends="required,byte">
-        <arg key="typeForm.name.displayname" />
-      </field>
       <field property="byte" depends="required,byte">
         <arg key="typeForm.byte.displayname" />
       </field>



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