Hi, I'm trying to write a Tag that knows the absolute file path of the JSP Page it is executing in (Not the request.getServletPath(), which could actually just be a servlet mapping) does anyone have any tips on how to get this in Tomcat? I was actually looking throught the actuall Catalina code base and came across a class org.apache.catalina.Globals which suggests that there are references to to things like (jsp-file, servlet-path) from the web.xml present in the request sttributes. But I fail to see them.
-Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
