I have a JSP page that contains a <tiles:insert> referring to a template and multiple 
<tiles:put>.  In one of the JSP pages specified in the 'put' is some code, calling a 
class that's throwing an error.  The error seems to bubble up into tiles where its 
reported and displayed in the page area as:  [ServletException 
in:/WEB-INF/adaptors/ManipulatorAdaptor.jsp] foo bar etc'

I was expecting that the error would bubble up so that my general-error struts 
declaration could hand it off to an error reporting page but it appears not to.

Is it possible for Struts to handle errors generated within a tiled page?  If so, how 
do I get Tiles to stop handling the exceptions?

Thanks

Richard.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to