Does anyone know how I can access the Query String in a tag handler? I can access the context of the page, and frm this get a ServletRequest. However the queryString is normally accessed from a HttpServletRequest, a ServletRequest subclass. Do I jsut try casting the request I get to a HttpServletRequest object and get the query string that way? sam
