Hi guys,

I have a problem with relative urls. If I have an entry like

<action    path="/showDetails" type="xxxx">
 <forward name="success" path="/details/show.jsp" />
</action>

and then /details/show.jsp starts to use relative paths, then things like
images do not get found, because the browser believes the file is actually
from the directory "/" (from the /showDetails.do).

Is there some kind of way around this? I know there are a few tags I can
use, but the problem is dreamweaver is not going to let me do that kind of
thing easily, and it could be a big problem with css links in the page.

Cheers
Ned

Reply via email to