DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17031

Validation of required html:file elments passes when no file selected in form





------- Additional Comments From [EMAIL PROTECTED]  2003-02-13 17:11 -------
Sorry, my wincvs configured to do a simple cvs diff XYZ (does anyone know how 
to change that?). Appending in diff -u format:

Index: validator-rules.xml
===================================================================
RCS file: /home/cvspublic/jakarta-struts/conf/share/validator-rules.xml,v
retrieving revision 1.23
diff -u -r1.23 validator-rules.xml
--- validator-rules.xml 21 Jan 2003 03:19:11 -0000      1.23
+++ validator-rules.xml 13 Feb 2003 17:03:13 -0000
@@ -67,6 +67,7 @@
                         field.type == 'textarea' ||
                         field.type == 'select-one' ||
                         field.type == 'radio' ||
+                        field.type == 'file' ||
                         field.type == 'password') {
                         
                         var value = '';

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

Reply via email to