views:

633

answers:

1

when I include jsp either by jsp:include or by s:include and specify parameters - they are perfectly accessible by EL ${param.XXX} but not by OGNL %{#parameters.XXX}. WHY??? What should I use instead in struts tags?

A: 

http://prodia.co.uk/blog/doahh/entry/struts2%5Fs%5Finclude%5Fand%5Fpassing

Nate
Yeah, I'm doing something similar on included page,<c:set var="localCopyOfParam" value="${param.realParam}"/>...<s:anytag value="#attr.localCopyOfParam"/>but that's stupid isn't it?
Pavlo