Mary Wong wrote:

> Is there support for invocation of the service() of a regular (ie.
> non-JSP-compiled) servlet inside a JSP page without explicitly calling that
> service() in the JSP?  I am thinking of a feature similiar to the <droplet
> bean=...> tag used in ATG Dynamo.
>

I'm not familiar with Dynamo, but check out the <jsp:include> element -- it can be
used to include the output from a servlet (or a JSP page) in the output of the
page containing this element, without ever having to acquire a reference to the
servlet or call it's service() method yourself.

>
> Thanks in advance,
> -Mary
>

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to