You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Asad Habib <as...@gmail.com> on 2008/11/14 23:58:25 UTC

Use of with Internet Explorer 6/7

Hello. Has anyone been able to successfully use <html:image> to pass a value
to a Struts Action with Internet Explorer? I am using Struts 1.3.8 and the
following line of code does not work in Internet Explorer but does work in
Firefox:

<html:image property="operation" value="update" srcKey="image.update />

When I check the value of the request parameter "operation" in a Struts
Action, it is "update" when using Firefox and "null" when using Internet
Explorer. I am fairly certain this is a browser issue. Is there a way around
it? I need to be able to use an image.

Any help would be appreciated. Thank you.

- Asad