How to access request in JspTags?

Viewed 8911

I want to call request.getContextPath() inside a JSP tag which extends SimpleTagSupport, is there any way to do it?

1 Answers
Related