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=13279>. 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=13279 Getting InsertTag not to swallow exceptions ------- Additional Comments From [EMAIL PROTECTED] 2003-01-27 15:47 ------- The code in CVS logs ServletException using commons-logging if debug logging is enabled, which is good. Yet, InsertTag still 'swallows' exceptions in that they are normally not forwarded as ServletException and cannot be handled properly using an error-page in web.xml. One has to accept the way tiles handles exception; there's no choice about it, and , well, I don't think it's the way errors should be handled at this level. Michael comment asked for rethrowing a ServletException in processException(); I'll hope you'll consider that for the next version. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
