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

RE: Interceptor stack

2010-05-19 Thread Martin Gainty
e sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 19 May 2010 02:30:31 -0700 > From: roger.var...@googlemail.com > To: user@struts.apache.org > Subject: Re: Interceptor stack > > > > > Paweł Wielgus wrot

Re: Interceptor stack

2010-05-19 Thread RogerV
Paweł Wielgus wrote: > > Hi, > try to follow this example: > > http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html > I was using config-browser - that's how I knew the interceptor stack didn't contain my custom interceptors. In the end, I've solved it - I needed the @P

Re: Interceptor stack

2010-05-19 Thread Paweł Wielgus
Hi, try to follow this example: http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html Best greetings, Paweł Wielgus. 2010/5/18 RogerV : > > Ok - I'm having a bad start to the day and this is driving me nuts. I'm using > the Convention plugin, and below I've attached a copy