Hi Friends
I am faceing a problem in JSP:include page
<qu:query query='<%=str%>'>
<jsp:include page="itemdetailinclude1.jsp" flush="true"/>
</qu:query>
Tomcat Does not allow me JSP: include in my custom tag
it gives
javax.servlet.ServletException: Illegal to flush within a custom tag
if I put flush=false then it says that
org.apache.jasper.JasperException: jsp:include page="..." flush="true" is
the only valid combination in JSP 1.0
any suggestion
Thanks In Advance
Pratik
===========================================================================
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