DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30872>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30872 Struts Validation - Client Side required field validation fails for SELECT lists and checkboxes ------- Additional Comments From [EMAIL PROTECTED] 2004-08-26 19:23 ------- You are kind of sketchy here, but it seems as though you are not getting an error message. If that is the case, check to make sure you actually have an onsubmit in your form. It should look like the following: onsubmit="return validateEvaluationForm(this);" It seems simple, but without errors, that is the most likely culprit. Also, it is best to ask questions like this on the struts user list first, instead of reporting them as bugs right away. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
