The last commit of the javascript code allows multiple forms on the same
page by generating a unique variable name based on form name, adding this
line

oMinLength = eval('new ' + form.name + '_minlength()');

But if any field of the form is called "name" javascript validation doesn't
work as form.name is an object, not a String

For example <html:text property="name"/> makes client side validation stop
working

I post this message so nobody spends its time asking themselves why
validation doesn't work anymore in some pages (as I have already done)

Affected files:
Jakarta-commons/validator/src/javascript/org/apache/commons/validator/javasc
ript/*.js



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

Reply via email to