You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/18 21:09:24 UTC

DO NOT REPLY [Bug 3667] - Only one ValidationMessage processed

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 hans@gefionsoftware.com  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.