Hi I have a jsp:include statement in my JSP. But the content of the include file (include.html) is not displayed when the JSP is called. I'm using GNUJSP on Apache server. Can anyone shed some light? The JSP code is as follows: <%@ page language="java" %> JSP Run date: <%= (new java.util.Date()).toLocaleString() %> <br> <jsp:include page="include.html" flush="true"/> -- The output is as follows: JSP Run date: Jan 25, 2001 1:51:26 PM <br> =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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
