struts2: jsp include with parameters

Posted by Pavlo on Stack Overflow See other posts from Stack Overflow or by Pavlo
Published on 2009-12-24T17:44:19Z Indexed on 2010/04/04 8:03 UTC
Read the original article Hit count: 342

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about struts2

Related posts about include