$0.02,
If you want to get the name of the current JSP
page, in the sense of the file part of a URL in
a browser, then request.getRequestURI() will
give you that as a String, which you can parse
as needed.
If you're trying to get the synthentically-generated
classname of the JSP servlet, and then
Hi,
I need to get the name of the current jsp page in a scriptlet.
The jsp page could be serverd up by a link or by a jsp:forward or a
redirect.
If I do
<%=this.getClass()%>, I get the following for a jsp page tmp/ST003.jsp
tmp._0002ftmp_0002fST_00030_00030_00033_0002ejspST003_jsp_1
Is there