RE: relative paths under Maverick...

"Aapo Laakkonen" <[email protected]> Mon, 6 Oct 2003 22:48:43 +0300
Newsgroups gmane.comp.web.maverick.general
Organization ProjectCast Oy
Message-ID <000801c38c42$d95d5ad0$51d14e3e@bungle>
> What am I missing here?

JSP 2.0:

${pageContext.request.contextPath}/images/something.gif

JSP 1.2:

<%= request.getContextPath %>/images/something.gif

Velocity:

${request.contextPath}/images/something.gif
Or
$request.contextPath/images/something.gif

Or you could use JSTL or write your own tag. :-)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
[INVALID FOOTER]