This should work too :

<bean:define id="localImage" type="String">
  <bean:message key="images.buttons.url"/>
</bean:define>
<html:image page="<%= localImage %>" property="submit"/>

> and this is browser-indepentend. as far as i know <input type="image"...
is
> IE-specific.

input type="image" is HTML 3.2, not browser dependent (notice Struts doesn't
use any browser specific tags).

Nico.


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

Reply via email to