You can use the <jsp:include> tag as follows:

<jsp:include page="/servlet/qis.servlets.LastUpdate" flush="true" >
   <jsp:param name="wnFile" value="Updates" />
</jsp:include>

To include the output from a servlet or other source.

Good luck,

Paul McKean
Computer Systems Designer
Lockheed Martin Space Systems Company, Michoud Operations

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