Its ok, I solved it. I just cast the ServletRequest from pageContext to a
HttpServletRequest

sam
----- Original Message -----
From: "Sam Newman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 4:52 PM
Subject: Getting the query string in a tag handler


> 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
>

Reply via email to