husted      2003/02/15 04:40:25

  Modified:    conf/share validator-rules.xml
  Log:
  + Add file type to standard validator-rules. [#17031, Mohan Kishore]
  
  Revision  Changes    Path
  1.25      +1 -0      jakarta-struts/conf/share/validator-rules.xml
  
  Index: validator-rules.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/validator-rules.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- validator-rules.xml       14 Feb 2003 05:24:04 -0000      1.24
  +++ validator-rules.xml       15 Feb 2003 12:40:25 -0000      1.25
  @@ -65,6 +65,7 @@
                        
                       if (field.type == 'text' ||
                           field.type == 'textarea' ||
  +                        field.type == 'file' ||
                           field.type == 'select-one' ||
                           field.type == 'radio' ||
                           field.type == 'password') {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to