I give any user that causes an exception an electric shock.

-----Original Message-----
From: p [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 3:46 PM
To: [EMAIL PROTECTED]
Subject: Exception handling question


Ideally I would like to log all exceptions that occur, and I can create 
an ExceptionHandler to do this, but it will only catch exceptions that 
get thrown from within one of my Actions, anything thrown from JSP 
pages or custom tags won't get caught. (right?)

How do most people deal with this? I can set an error-page in the 
web.xml file that will catch the rest, but then I can't log the 
exceptions. (or can I?)

thanks!


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



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

Reply via email to