Re: S2 : Overriding interceptor class names in struts.xml

2007-08-15 Thread Nils-Helge Garli
Unfortunately, you have to re-define the stack. Nils-H On 8/15/07, j alex <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way we can override the implementation of certain > interceptors from the default stack, without copying over all the > definitions to struts.xml ? > > ex : i want to change t

S2 : Overriding interceptor class names in struts.xml

2007-08-15 Thread j alex
Hi, Is there a way we can override the implementation of certain interceptors from the default stack, without copying over all the definitions to struts.xml ? ex : i want to change the behavior of workflow interceptor in the way it handles errors and routes to input page. I defined :