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: action name=someAction class=com.examples.SomeAction interceptor-ref name=basicStack/ result name=success type=chain param name=actionNameotherAction/param

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: result name=SUCCESS/WEB-INF/views/header/header.jspf/result It doesn't make much sense. You should point it to a jsp that has the fragment included in it. For example: result