> if I'm writing a custom tag, do I have the request object available from
> within the tag class? How do I access it?
> 

use the pageContext.getRequest()

pageContext is a member field passed down from the
TagSupport/BodyTagSupport class.

Bay

Reply via email to