I have information in a session variable that I would like to use as part of
a jsp:include (or a bean:include if that'll solve the problem). Here's the
problem I am running into, how do you pass the dynamic info to the
jsp:include path attribute?

<jsp:include path="<bean:write name="..." scope="session" />" /> is not
valid - but i figure somebody must've encountered this problem before and
come up with a solution

something like a nested include
<jsp:include>
<bean:write name="..." scope="session" />
</jsp:include>

is this possible?

thx
andy



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

Reply via email to