Hi,

  I've "img.gif" and and "myForm.jsp" in same folder. But when I call the "
img.gif" with following path, it does not display in myForm.jsp. here it is:

<html:text property="date" ></html:text>
                                <img src="img.gif" id="f_trigger_c"
style="cursor: pointer; border: 1px solid red;" title="Date selector"
      onmouseover="this.style.background='red';" onmouseout="
this.style.background=''" />

But when I call with src="../img.gif", it works. Here it is:

<html:text property="date" ></html:text>
                                <img src="../img.gif" id="f_trigger_c"
style="cursor: pointer; border: 1px solid red;" title="Date selector"
      onmouseover="this.style.background='red';" onmouseout="
this.style.background=''" />

Why it so? Some url related problem?

Bye,
Viki

Reply via email to