Re: Overriding subset of interceptor params

2008-04-16 Thread Jon Wilmoth
. - Original Message From: Gabriel Belingueres <[EMAIL PROTECTED]> To: Struts Users Mailing List ; Jon Wilmoth <[EMAIL PROTECTED]> Sent: Wednesday, April 16, 2008 4:55:25 PM Subject: Re: Overriding subset of interceptor params Seems OK to me (according to the current

Re: Overriding subset of interceptor params

2008-04-16 Thread Gabriel Belingueres
Seems OK to me (according to the current documentation.) I've only overriden interceptor parameters in the declaration of a new stack, and it is working OK: true ERROR my.package.here Try to create a new stack for your action

Overriding subset of interceptor params

2008-04-16 Thread Jon Wilmoth
I'm trying to override one of three interceptor parameters in an action specific config using method #2 described in http://struts.apache.org/2.0.11.1/docs/interceptors.html#Interceptors-InterceptorParameterOverriding. Unfortunately the other two parameters that I'm not overriding are not being