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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2003-07-23 18:47 ------- As of 1.1 release, this error exists (I don't know if it since the 2002/11/12 build). The <html:javascript.../> tag generates code for non-present fields. Even when I comment out estimatedAnnualPremium, the source includes an attribute for it in method required(). And there is no check for undefined in any of the javascript: <!--nested:text property="estimatedAnnualPremium" size="12"/--> ... this.ac = new Array("estimatedAnnualPremium", "Estimated Annual Premium is required.", new Function ("varName", "this.max='1000000'; this.mask=/^\\d+(\\.\\d{2})?$/; this.min='0'; return this[varName];")); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]