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
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
2 matches
Mail list logo