On Wed, 26 Sep 2001, Hunter Hillegas wrote:
> Date: Wed, 26 Sep 2001 15:27:39 -0700
> From: Hunter Hillegas <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: Tomcat User List <[EMAIL PROTECTED]>
> Subject: Re: Tag Libs And Model 2
>
> Is there any way for a tag that is invoked to call a servlet (with the
> request and response being propagated) before returning it's output?
>
Check out javax.servlet.jsp.tagext.PageContext -- particularly the
include() method.
>From a page directly, of course, you can use <jsp:include> for this
purpose.
Craig