I know this not exactly a Tomcat issue, but thought someone could help.

Here is what I'm trying to do:
Dynamically include a file where the file name is dynamic.  Neither of the
following lines of code work:

    <jsp:include page="directory/<%=fileName%>" flush="true"/>
    <%@ include file="directory/<%=fileName%>" %>

The <%=fileName%> is not getting evaluated like one would think it should,
it is just being rendered as a literal.

Any way around this?

Thanks

Reply via email to