Exception handling - DispatchAction

2003-01-24 Thread [EMAIL PROTECTED]
Hi all, I'm using a DispatchAction. I'm using the attached ExceptionHandler. In my handler I'm not able to catch the exception. I also attached my struts-config.xml global-exceptions element. Also the stack trace I get is attached... Any ideas? Kind regards

Exception handling - DispatchAction

2003-01-23 Thread Johan Kumps
Hi all, I have following problem. In my Action class I'm calling a bussiness method that can throws a checked exception. I want to display this exception to the user on a user friendly page without the stacktrace. Because I have many action classes I don't want to code try catch blocks in all

RE: Exception handling - DispatchAction

2003-01-23 Thread Karr, David
). In that exception handler, you should log the real exception, and then you can forward to a page that displays a friendly message. -Original Message- From: Johan Kumps [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Exception handling