Jacob Kjome wrote:
What about if we have a tag descriptor somewhere below WEB-INF, is it safe to refer to the path directly from the "uri" attribute of the <%@ taglib %> directive?
In order to obtain access to a file under WEB-INF in a completely portable way, use something like...
getServletContext().getResourceAsStream("/WEB-INF/myproperties.xml");
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
