Jukka Välimaa wrote:
Getting the context path in jsp is something struts doesn't really
support--something I've had trouble with many times. One way to get around
the problem is scriptlet like Jim showed you. Recently, we used url tag for
the same purpose:
I agree it's strange it's not
Getting the context path in jsp is something struts doesn't really
support--something I've had trouble with many times. One way to get around
the problem is scriptlet like Jim showed you. Recently, we used url tag for
the same purpose:
On Tue, Apr 29, 2008 at 3:22 PM, Jim Kiley <[EMAIL PROTECT
I did something like src="<%=request.getContextPath()%>/images/header.gif"
On Tue, Apr 29, 2008 at 12:51 AM, Yellek <[EMAIL PROTECTED]> wrote:
>
> I am trying to write an image button of the form:
>
> name="search"/>
>
> where context-root is the configured context root of my web application.
>
3 matches
Mail list logo