> 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.
Thank you very much for your answer. But I am using
JRun which supports only JSP 1.0 right now. jsp:param
is part of JSP 1.1, if I am right. Looks like I have
to wait for the next version of JRun.
Bernhard
===========================================================================
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