Jeff,

the include file tag looks for a file name in ' '.So to do a dynamic file include do 
as follows:

<%! String  filenme; %>
<% filenme = "./"+"whatevername"+".html"; %>
<%@ include file='<%=filenme %>'; %>

I hope this will work

Ajay Kapoor
IBM
(914)-784-3267
[EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to