I've been playing around with <jsp:include /> for the purpose of using a
servlet to output some raw HTML, but apparently I'm doing it incorrectly.
The line in question is:

<jsp:include page="/servlets/com.es.fusion.pickrumination" />

This complains about there being no "flush" attribute; when 'flush="true"'
is used, it throws an IOException; when 'flush="false"' is used, it says
"flush must be true." Am I missing something?

----------------------------------------------------------------
Joseph Ottinger                         [EMAIL PROTECTED]
Developer, BestMLS.Com                  850.574.2111  x111
Homes.Com                               www.homes.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to