Yes. javax.servlet.jsp.PageContext is referenced the variable pageContext in TagSupport for the PageContext member field. Check out JSP Tag Libraries by Shachor,et al, by Manning Publications Co. or Advanced JavaServer Pages by David Geary by Pretice-Hall Press. Both books are good. I like Geary's better, but each has its charms. You can read the first 40 pages of Geary and be pretty much on your way.
-----Original Message----- From: Hunter Hillegas <[EMAIL PROTECTED]> To: Tomcat User List <[EMAIL PROTECTED]> Date: Wednesday, September 26, 2001 4:06 PM Subject: Re: Tag Libs And Model 2 >I couldn't find a PageContext object under tagext in the 1.2 JavaDocs... >There is a javax.servlet.jsp.PageContext... Does that apply to taglibs as >well? > > >> From: "Craig R. McClanahan" <[EMAIL PROTECTED]> >> Reply-To: [EMAIL PROTECTED] >> Date: Wed, 26 Sep 2001 15:40:40 -0700 (PDT) >> To: Tomcat User List <[EMAIL PROTECTED]> >> Subject: Re: Tag Libs And Model 2 >> >> >> >> 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 > >
