Re: ExceptionMappingInterceptor

2008-03-27 Thread stanlick
Never mind d! I was using action redirectAction when I needed chain. Scott On Thu, Mar 27, 2008 at 7:39 PM, <[EMAIL PROTECTED]> wrote: > H > > Any idea why this would return null? > > ActionContext.getContext().getValueStack().findValue("exception") > > > > > On Thu, Mar 27, 2008 at 7:11 PM

Re: ExceptionMappingInterceptor

2008-03-27 Thread stanlick
H Any idea why this would return null? ActionContext.getContext().getValueStack().findValue("exception") On Thu, Mar 27, 2008 at 7:11 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > How would you go about retrieving this ExceptionHolder from the value > stack

Re: ExceptionMappingInterceptor

2008-03-27 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > How would you go about retrieving this ExceptionHolder from the value stack > from within an action? I can't figure out what "key" to specify when > trying to find it. It's pushed; AFAIK there is no key, just like there's no key for a pushed action (unless somebody