[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: Including JSP pages within a JSP in 0.91


Hi John,

rthfield@sirius.com wrote:
> In the JSP 1.0 spec there is the following tag that allows the runtime
> inclusion of applying JSP pages and servlets to the current request:
> This provides access to active resources in the same context as the current
> request.
> 
> <jsp:request include="urlSec" />
> 
> Is there a similar facility available in GNUJSP?

The only similar thing is the <%@ include %> directive which includes
the text in the specified file at compile-time. I reckon that is not
what you want, though. <grin>

Regards, Vincent.