RE: excpetion chaining to custom exception handler issue

2009-09-17 Thread Denny Erinjery
rcept(MethodFilterInterceptor.java:87) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236) thanks, --Denny -Original Message- From: Denny Erinjery [mailto:denny.erinj...@timelink.com] Sent: Wednesday, September 16, 2009 9:49 AM To: Struts

RE: excpetion chaining to custom exception handler issue

2009-09-16 Thread Denny Erinjery
sn't the case. -Wes On Fri, Sep 11, 2009 at 1:23 PM, Denny Erinjery wrote: > Anybody have any ides about this?? > I try to do an additional action class with  redirectAction after the > first chaining using a second action to avoid the 500 error but that > didn't help me, deb

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