Re: Global Exceptions in Struts

2007-08-03 Thread Paul Benedict
Are you using Struts 1.3? I believe only 1.3 captures all exceptions -- while 1.2 captures only non-runtime exceptions. Pallavi Shetty wrote: Hi All, When ever there is an error I need to handle the exceptions gracefully. Since I'm using struts frame work I'm using global-exceptions declarativ

Global Exceptions in Struts

2007-08-01 Thread Pallavi Shetty
Hi All, When ever there is an error I need to handle the exceptions gracefully. Since I'm using struts frame work I'm using global-exceptions declarative. Here is the struts-config.xml where I have included I have written ActionExceptionHandler.java class which is the subclass of ExceptionHa