mitch gorman wrote:
the issue is, see that "/default" in those image source paths? that's the context path.
Since you're stuck with JSTL, I think you're looking for:
${pageContext.request.contextPath}
-Dale
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

