My custom tax extends [tt]javax.servlet.jsp.tagext.TagSupport[/tt].
My tag deals with the HTTP Request URIs. This is normally exposed in: [tt]HttpServletRequest.getServletPath[/tt].
However, the TagSupport object only exposes ServletRequest, not HttpServletRequest.
Any ideas?
<marc>
New to Tek-Tips? Get better answers - faq581-3339
My tag deals with the HTTP Request URIs. This is normally exposed in: [tt]HttpServletRequest.getServletPath[/tt].
However, the TagSupport object only exposes ServletRequest, not HttpServletRequest.
Any ideas?
<marc>
New to Tek-Tips? Get better answers - faq581-3339