Re: default interceptor stack

2008-05-11 Thread KonTiki
(This is really "theorizing with insufficient data" but) have you checked what your packages extend from, via the "extends" property... Gabriel Belingueres-2 wrote: > > 2008/5/9, David Harland <[EMAIL PROTECTED]>: >> Is it possible to set a different

Re: default interceptor stack

2008-05-10 Thread Gabriel Belingueres
2008/5/9, David Harland <[EMAIL PROTECTED]>: > Is it possible to set a different default interceptor stack per package using > default-interceptor-ref? Yes. I have split my struts configuration into mutiple files each with a different package name. I have set the default in the fi

default interceptor stack

2008-05-09 Thread David Harland
Is it possible to set a different default interceptor stack per package using default-interceptor-ref? I have split my struts configuration into mutiple files each with a different package name. I have set the default in the first file and the default for the second in the second file but the