But I can't figure out how to access it directly from my custom tag handler. I could just have my JSP pass it as an attribute via the custom tag, but I'd rather have the custom tag handler access it directly.
The pageContext gives you access to the request, which gives you the session, which gives you the servlet context. [ October 07, 2005: Message edited by: Bear Bibeault ]