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

The <jsp:include> element provides functionality that is similar, but not
identical, to that provided by <servlet>.

>
> Rich Carreiro                                   [EMAIL PROTECTED]

Craig McClanahan

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