Hi,

indeed ie does not support properly the value of a <button> html tag. It does send the html-stripped content of button instead of it's value. The best solutions it to add a
onClick="someScriptToSetHiddenField("action","add");"

http://www.jguru.com/faq/view.jsp?EID=897290

marcus biel (innoWake gmbh) wrote:
Hi,

I've got 2 image buttons, they work great in firefox.
Internet Explorer doesn't seem to support the
value tag - and therefor I get submitted an empty String.

<html:image property="action" value="add" src="add.gif"/>
<html:image property="action" value="remove" src="remove.gif"/></td>

Any idea, how I could get this to run for Internet Explorer?
(I think I found a solution for regular forms, but I am using a
DynaActionForm...)


Marcus


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



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

Reply via email to