On Wed, 26 Sep 2001, Hunter Hillegas wrote:
> Date: Wed, 26 Sep 2001 16:07:29 -0700
> From: Hunter Hillegas <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: Tomcat User List <[EMAIL PROTECTED]>
> 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?
>
Yep.
You might also want to study the JSP Specification before delving too much
further. There is a lot of information there about how custom tags
actually work that tag developers need to understand.
http://java.sun.com/products/jsp/download.html
Craig