is the jsp doing the <%@ include> being <jsp:include>-ed itself into another jsp?
It isn't being included, but it is being called as part of a struts/tiles definition.
also, are you using tomcat 5? if you are i believe you can use EL to do something like:
<%@ include file="${your_object.dynamic_file_name}" %>
Doesn't seem to work:
2005-01-13 12:22:56 StandardContext[]Background compile failed
org.apache.jasper.JasperException: /WEB-INF/tiles/public/layouts/index.jsp(54,0) File "/WEB-INF/tiles/public/layouts/${pathToInclude}" not found
I didn't see anything in the JSP documentation that would indicate you can use EL in the include directive myself.
Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
