I have a bean which occasionally throws an exception

This exception is caught in TagUtils.java:962 (struts-1.2.7), saved
(967) and then a completely new JspException thrown (968).  I'm
assuming this is what is happening, but I don't have a stack trace to
indicate it - but that is the only location the exception message is
referenced.

This exception is then caught on line 894, and saved, and then rethrown...

The problem is that the saving the exception only seems to support one
exception at a time?

How can I access the real exception from my error JSP, rather than the
fresh JspException thrown by Struts?

Thanks for the help,

Bob

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

Reply via email to