RE: excpetion chaining to custom exception handler issue

2009-09-17 Thread Denny Erinjery
Mailing List Subject: RE: excpetion chaining to custom exception handler issue Hi Wes, Appreciate your reply, thanks for checking the issue. I'm sure that my exception handling action class is not throwing an exception by itself. I have a general try-catch on that and it never falls

RE: excpetion chaining to custom exception handler issue

2009-09-16 Thread Denny Erinjery
-Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Friday, September 11, 2009 1:32 PM To: Struts Users Mailing List Subject: Re: excpetion chaining to custom exception handler issue Your exception mapping is likely throwing an exception then... think of it like

RE: excpetion chaining to custom exception handler issue

2009-09-11 Thread Denny Erinjery
checking the chaininghistory Thanks -Original Message- From: Denny Erinjery [mailto:denny.erinj...@timelink.com] Sent: Thursday, September 10, 2009 3:04 PM To: Struts Users Mailing List Subject: excpetion chaining to custom exception handler issue HI, I'm using a global exception handler action

Re: excpetion chaining to custom exception handler issue

2009-09-11 Thread Wes Wannemacher
[mailto:denny.erinj...@timelink.com] Sent: Thursday, September 10, 2009 3:04 PM To: Struts Users Mailing List Subject: excpetion chaining to custom exception handler issue HI, I'm using a global exception handler action class to get the exception details and display it on a custom error page. Following

excpetion chaining to custom exception handler issue

2009-09-10 Thread Denny Erinjery
HI, I'm using a global exception handler action class to get the exception details and display it on a custom error page. Following is the struts xml configuration global-results result name=Excpetion type=chain param