you have access to the pageContext within your tag class IIRC (at least if you extend TagSupport)?
pageContext.getServletContext() should work.
yeah, i think this is what you want to do.
you have access to the pageContext within your tag class IIRC (at least if you extend TagSupport)?
pageContext.getServletContext() should work.
yeah, i think this is what you want to do.