I know I've used both a OGNL & JSTL expression and it's worked fine. For
example both the follwing worked for me:
<s:include value="%{filename}" />
<s:include value="${filename}" />
>
> Hi all,
>
> How to use s:include to include a dynamic jsp file?
>
> For instance:
>
> <s:include value="<%=filename %>" /> does not work in struts 2: the value of
> filename cannot be parsed.
>
> Please help!!!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]