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=14471>.
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=14471

validator-rules.xml JavaScript fails when field not present in jsp





------- Additional Comments From [EMAIL PROTECTED]  2003-09-24 04:24 -------
Rob,

We might also want to modify the <html:javascript> tag
to turn on 'ignoring null fields', so the old behaviour
is preserved.

So <html:javascript ignoreNullField="true" />

then in the javascript functions.
use if (field == null && ignoreNullField == "true") {
        continue;
}

What do you think ?

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

Reply via email to