RE: excpetion chaining to custom exception handler issue

2009-09-17 Thread Denny Erinjery
Users 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 fall

RE: excpetion chaining to custom exception handler issue

2009-09-16 Thread Denny Erinjery
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 this - 1 Action gets invoked 2 Oh-No!

Re: excpetion chaining to custom exception handler issue

2009-09-11 Thread Wes Wannemacher
ginal 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 class t

RE: excpetion chaining to custom exception handler issue

2009-09-11 Thread Denny Erinjery
after 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 hand

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 UnhandledExceptionHandler