Has anyone had experience in using <jsp:include> in a jsp page using
iplanet 6.0?  Seems to only work when the file is .jsp extension not
when .html

Code:
<jsp:include page="maps/SurveyApp_corelHeader1_map.html"/>

Error:
" java.lang.IllegalStateException: Cannot forward request if
ServletOutputStream or PrintWriter has already been obtained "

Trying to include file names extracted from a database into the page at
request time, so not using <%@include>.  Also tried flush="true", but to
no avail.

Thanks in advance...

===========================================================================
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

Reply via email to