<%
getServletContext().getRequestDispatcher(fileName).include(req,resp);
%>
On May 1, 2008, at 10:35 PM, Jonathan Mast wrote:

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


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to