Have a look at the javadocs for javax.servlet.RequestDispatcher.
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html
Or you could look in tomcat's work directory for the java source code
generated by jasper from a jsp file.
HTH,
Jon
zeallousbigpond.net.au wrote:
> How do you include a normal jsp or html page in a servlet?...
>
> in JSP...to include a page you do:
>
> <%@(protected)" %>
>
> is there a similar way for servlets??
>
> Anson
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> For additional commands, e-mail: tomcat-user-help@(protected)
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)