Re: How to setup includes/excludes in Chaining Interceptor

2015-01-16 Thread Tenchi Masaki
mments below > > > > > chain2 > > > > > username > > /WEB-INF/jsp/example/HelloWorld.jsp > > > 2015-01-13 3:39 GMT+01:00 Tenchi Masaki : > > Yes, at fir

Re: Header and Footer file include struts 2

2015-01-12 Thread Tenchi Masaki
This was already pointed out at stackoverflow, but you're pointing out your action result to a jsp fragment: /WEB-INF/views/header/header.jspf It doesn't make much sense. You should point it to a jsp that has the fragment included in it. For example: /WEB-INF/views/success-result.jsp where succ

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-12 Thread Tenchi Masaki
otherAction /result.jsp All in vain. :( They all copy all the parameters. I want to pass just a few parameters from SomeAction into OtherAction. On Thu, Jan 8, 2015 at 4:43 AM, Lukasz Lenart wrote: > 2015-01-07 20:46 GMT+01:00 Tenchi Masaki : > > Hi Lukasz, > &g

Re: How to setup includes/excludes in Chaining Interceptor

2015-01-07 Thread Tenchi Masaki
ame, all properties from SomeAction become available to the OtherAction. Is it supposed to be like this? Or am I doing something wrong? Regards, Masaki On Wed, Jan 7, 2015 at 5:56 AM, Lukasz Lenart wrote: > 2015-01-06 3:47 GMT+01:00 Tenchi Masaki : > > Hi, > > > > I

How to setup includes/excludes in Chaining Interceptor

2015-01-05 Thread 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 good_result.ftl so I was expecting that prop1, prop2, prop