Rich Carreiro wrote:
>
> I am dealing with some JHTML pages (stuff parsed with the Sun-provided
> pageCompile
> servlet that shipped with JWS 1.1 and is still in JWS 2.0 but deprecated)
> that use
> the <SERVLET></SERVLET> tags to embed servlet output into a page.
>
> As far as I can tell from reading the JSP spec, these tags are not part of
> JSP, nor
> do I see an obvious equivalent. Anyone know the canonical methodology to do
> this
> in JSP? Thanks!
In JSP 1.1, you come pretty close with the
<jsp:include page="/servlet/foo" flush="true" />
<jsp:param name="foo" value="bar" />
</jsp:include>
action elements.
Hans
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
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