On Sat, Jan 3, 2009 at 9:54 PM, MarkAtHarvest <m...@harvestinfotech.com> wrote:
>
>
> Brian,
>
> Here is the html code on my http://localhost:8080/mytrial/admin.gsp, on my
> grails application.
> Just added this to find the absolute location for the images
> if I use
> <div class="images">
>           images/down.gif  image
>      </div>
>
> this goes to link, http://localhost:8080/mytrial/images/down.gif, and it
> does not find it.
>
> and if I change this to
>
>        <div class="images">
>           /images/down.gif  image
>      </div>
> this goes to link http://localhost:8080/images/down.gif, its going to root
> intead of going to
> http://localhost:8080/mytrial/images/down.gif
>

I haven't a clue. Neither do I understand why you'd be creating img
tags in that way. My JSP days were long ago (it seems) and I've never
even looked at grails.

Why don't you just use an img tag?

Reply via email to