Re: How to setup includes/excludes in Chaining Interceptor

2015-01-22 Thread Lukasz Lenart
2015-01-17 5:11 GMT+01:00 Tenchi Masaki : > Hi Lukasz, > > Thank you very much for your attention, it's really nice to have detailed > examples in the docs. > But unfortunately it's still not working for me. I've followed the example > exactly as the docs, but all the properties from SomeAction are

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-16 Thread Tenchi Masaki
Hi Lukasz, Thank you very much for your attention, it's really nice to have detailed examples in the docs. But unfortunately it's still not working for me. I've followed the example exactly as the docs, but all the properties from SomeAction are being copied. In the /result.jsp page I have this:

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-14 Thread Lukasz Lenart
Here is the proper configuration, see my comments below chain2 username /WEB-INF/jsp/example/HelloWorld.jsp 2015-01-13 3:39 GMT+01:00 Tenchi Masaki : > Yes, at first I thought that I was supposed to pass the "includes" param > into the "chain" resu

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-12 Thread Tenchi Masaki
Yes, at first I thought that I was supposed to pass the "includes" param into the "chain" result like this: otherAction prop1 /result.jsp But it doesn't work. I've tried this too and no success (actually it doesn't m

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-07 Thread Lukasz Lenart
2015-01-07 20:46 GMT+01:00 Tenchi Masaki : > Hi Lukasz, > > I've tried setting up a new project just to test the chained action and now > I'm a bit confused. It's exactly the same configuration on struts.xml: > > > Can you move the props config here? As you want pass only few props of someAc

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-07 Thread Tenchi Masaki
Hi Lukasz, I've tried setting up a new project just to test the chained action and now I'm a bit confused. It's exactly the same configuration on struts.xml: otherAction prop1,prop2,prop3 good_result.ftl but now I noticed that all the parameters from "Some

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-06 Thread Lukasz Lenart
2015-01-06 3:47 GMT+01:00 Tenchi Masaki : > Hi, > > I'm trying to configure a list of parameters to be passed into a chained > action, but I can't make it work. I've tried the following configuration in > my struts.xml: > > > > otherAction > > > > prop1,prop2,prop3 Can you