Hi JP:

I believe you can use <html:rewrite for this. As in:

onmouseover="this.src='<html:rewrite page="/images/inicio-over.gif" />' "
etc.

Hope this helps,
Geeta

Joao Batistella wrote:

> Hello!
>
>
> How can I have this generated with all the images with myapp before the
> source of the image? Like this:
> <img src="/myapp/images/inicio.gif" border="0"
>         onmouseover="this.src='/myapp/images/inicio-over.gif'"
>         onmouseout="this.src='/myapp/images/inicio.gif'"
>         onmousedown="this.src='/myapp/images/inicio-down.gif'">
>
> Thanks,
> JP


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to