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
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