Preston CRAWFORD wrote:

This actually does get me some of the information. Unfortunately since
I'm sticking another servlet (my action) in between, the exception acts
like it's coming from my action. So it appears I may have to go the
route of extending the ExceptionHandler. I was hoping there was a way to
avoid that, but it doesn't appear so.
I'm still a bit confused about what you're trying to accomplish.

Why not catch the exception in the Action (or wherever it's being generated) and log it from there rather than waiting down the line?

Dave



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

Reply via email to