lupus wrote:
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.

What do you mean, cannot be parsed? What is the value of filename, and what is the actual error you are getting? Where is filename set? Try using an OGNL or JSTL expression instead of a Runtime Expression to pass the value to the tag; I'm not sure if RT expressions are supported there, off hand.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to