> 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]

Reply via email to