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:
Nate
2009-12-25 18:12:50
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
2010-01-13 14:54:40