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=3667>. 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=3667 Only one ValidationMessage processed ------- Additional Comments From [EMAIL PROTECTED] 2001-09-18 12:09 ------- Looking at the source (the JspParseEventListener.validate() method), I noticed an additional problem that should be solved at the same time. According to the spec, the validators for all tag libraries defined in the page should be executed and all possible errors reported should be aggregated before the error message is presented to the user. Jasper loops through all validators but breaks the loop as soon as one validator reports an error.