What would this do?

There is the include tag that lets you include the output of a servlet in 
another.

<jsp:include page="..."/>

and an include directive for "verbatim" include of another JSP page:

<%@ include file="..."%>


At 08:00 PM 2/1/2001 -0800, you wrote:

>Does anyone know if there is plan to support the server-side include 
>syntax for servlets?
>For example HTML such as this in a JSP page:
>
><SERVLET NAME=ApMaker>
><PARAM NAME=pageTitle VALUE= asdf >
></SERVLET>




Reply via email to