You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/09/22 03:50:01 UTC

cvs commit: jakarta-struts/web/example/WEB-INF validation.xml

dgraham     2003/09/21 18:50:01

  Modified:    web/example/WEB-INF validation.xml
  Log:
  Removed unsupported bundle attribute for PR# 16272.
  
  Revision  Changes    Path
  1.9       +2 -3      jakarta-struts/web/example/WEB-INF/validation.xml
  
  Index: validation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/example/WEB-INF/validation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- validation.xml	25 May 2003 22:51:20 -0000	1.8
  +++ validation.xml	22 Sep 2003 01:50:01 -0000	1.9
  @@ -36,8 +36,7 @@
               </field>
   
               <field property="password"
  -                    depends="required, minlength,maxlength"
  -                    bundle="alternate">
  +                    depends="required, minlength,maxlength">
                   <arg0   key="prompt.password"/>
                   <arg1   key="${var:minlength}" name="minlength"
                      resource="false"/>
  
  
  

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