As long as you only need the include for display and not for the data
structures it contains...

<jsp:include page="someFileToInclude" flush="true" />


At 11/8/2000 03:21 PM, you wrote:
>Hello,
>
>I am new to this list. I ahve checked the archives and haven't found an
>answer to this question. Can we include a file using script tag in jsp?
>Nothing seems to work for me other than <%@ include...%>. The reason I am
>trying to include using script is following.
>
>I have a jsp page which loads fine independently. However, when I load it in
>a frame, it does not load completely. It stops immediately after the include
>statement. Hence, I am suspecting something is wrong with the include.
>
>Any suggestions?
>
>Thanks,
>-Sangeeta

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