Hi,
I want to put filename in <
jsp:include> tag dynamically using a variable. but it is not working.
I am trying following:
<jsp:include page="foo/bar/<%= fileName %>" flush="true"></jsp:include>
But it is not working. I found somewhere that try using <jsp

arams> but has no clue how do I use it.
Thanks in advance.
Niral