JSTL way to get last part of URL?
649509Nov 18 2010 — edited Nov 18 2010Hi,
I'm using Tomcat 6.0.26 (JSP 1.2). In JSTL, I would like to be able to extract the current page of the request -- i.e. everything after the last "/" in the URL and before any query string. Since there is no "lastIndexOf" (as far as I can find), I wanted to know what suggestions the group has before I have to break down and use scriptlets.
Thanks, - Dave