Hi, I am trying to use struts to show a couple of icons.

The following html works:
<IMG SRC="./Images/cancel.gif" ALT="Cancel" NAME="btnCancel"
onClick="doCancel();">

but this does not?

<html:image src="/Images/cancel.gif" alt="Cancel" property="action"
alue="cancel"/>

In the struts way the form is submitted but the icon does not show up.

Any help is appreciated.


Regards

Alex

Reply via email to