| Author |
Global Exception Issue
|
Antony Raj
Greenhorn
Joined: Oct 12, 2006
Posts: 5
|
|
Dear Guys, If I enable global exceptions in struts-config.xml (I use version 1.3.9), with type=java.lang.Throwable, even if my application throws any runtime exception, I couldn't see any stack trace in the console. I would like to why is that? Do I need to do something in order to see stack trace in the console?
|
 |
Praveen Sangolli
Greenhorn
Joined: May 22, 2008
Posts: 28
|
|
Hi Antony You can have a CustomExeception handler that extends ExceptionHandler, its just like your Action class but the execute method takes these parameters and you need to return instead of and within the execute method you can perform any operation...
|
 |
 |
|
|
subject: Global Exception Issue
|
|
|