[Gerald Gutierrez]
> What would this do?
> 
> There is the include tag that lets you include the output of a servlet in 
> another.
> 
> <jsp:include page="..."/>

this is a run-time include

> and an include directive for "verbatim" include of another JSP page:
> 
> <%@ include file="..."%>

this is a compile-time include

This may, in fact, be the same thing you were saying... just wanted
to clarify :)
-- 
James Manning <[EMAIL PROTECTED]>
GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7  9C8E A0BF B026 EEBB F6E4

Reply via email to