2014-06-27 10:44 GMT+02:00 Gildas de Cadoudal :
> Hi all,
>
> I would like to dynamically insert an interceptor to a specific place
> in existing stack.
> Of course I also like the stacks referencing the one where I insert
> the interceptor also take advantage of this configuration change.
>
> Prac
This is somethings I've wanted to do (dynamically change the interceptor
stack), I'm not at a development machine so have not checked the
plausibility of the following but would like input:
Is it possible to create a custom ActionInvocation object, for this purpose?
Is it possible to essentially r
> Date: Wed, 2 Jul 2014 11:38:13 -0600
> Subject: Re: dynamic interceptor insertion
> From: ken.mcwilli...@gmail.com
> To: dev@struts.apache.org
>
> This is somethings I've wanted to do (dynamically change the interceptor
> stack), I'm not at a development machine so have not checked the
> plausi
2014-07-02 19:38 GMT+02:00 Ken McWilliams :
> This is somethings I've wanted to do (dynamically change the interceptor
> stack), I'm not at a development machine so have not checked the
> plausibility of the following but would like input:
>
> Is it possible to create a custom ActionInvocation obje
Thank you Lukasz I'll put it on my todo list ;)
Martin, interceptor stacks are efficient I think the scope struts2 has is
very good, still it is fun to push boundaries, one of those fun higher
initiatives would be a Web IDE for struts2. You could dynamically build an
interceptor stack, and you cou
> Date: Wed, 2 Jul 2014 18:16:11 -0600
> Subject: Re: dynamic interceptor insertion
> From: ken.mcwilli...@gmail.com
> To: dev@struts.apache.org
>
> Thank you Lukasz I'll put it on my todo list ;)
>
> Martin, interceptor stacks are efficient I think the scope struts2 has is
> very good, still i
Most of the time, if not 99% of the time, all I want to do is add an
interceptor before or after some known interceptor. As I've gone on record
before, I want this feature too :-)
Cheers,
Paul
On Wed, Jul 2, 2014 at 7:16 PM, Ken McWilliams
wrote:
> Thank you Lukasz I'll put it on my todo lis