Re: Interceptor Stack config

2010-11-18 Thread stanlick
You certainly have accomplished that with however, Li is right; you did not need to redefine that stack, as it's in the default xml file in struts-core. Now then, you will only see this stack associated with actions in *this* package or it's sub-pacakges and I don't see any actions defined ther

Re: Interceptor Stack config

2010-11-18 Thread RogerV
Li Ying wrote: > > Why you define "paramsPrepareParamsStack" again? > > I believe it is already defined in the default configuration file, > > you can just use it. > That's what I think I'm trying to do with the struts.xml ;

Re: Interceptor Stack config

2010-11-18 Thread Li Ying
Why you define "paramsPrepareParamsStack" again? I believe it is already defined in the default configuration file, you can just use it. 2010/11/18 RogerV : > > Hi > > I'm setting up a new Struts 2 project - the first time I've started from > scratch in ages. I think it must be age, but I seem

Re: Interceptor Stack config

2010-11-18 Thread RogerV
li wei-4 wrote: > > Hi RogerV > > I don't think config-browser plugin tells you which stack are you using, > it just show you all of actions in namespaces you have configured, > of course, including default namespace > It lists the interceptors in the order that they are configured, so I wou

Re: Interceptor Stack config

2010-11-18 Thread li wei
Hi RogerV I don't think config-browser plugin tells you which stack are you using, it just show you all of actions in namespaces you have configured, of course, including default namespace (2010/11/18 18:18), RogerV wrote: Hi I'm setting up a new Struts 2 project - the first time I've started