RE: html_image property value not submitted

2003-09-27 Thread Norbert Spemm
Hi Steve, The value attribute of an HTML 'input type=image' tag (i.e., what the Struts html:image tag is generating) is apparently ignored by all (most?) browsers. See: http://www.blooberry.com/indexdot/html/tagpages/i/inputimage.htm wow, that's pretty lame. One solution is to have a

html_image property value not submitted

2003-09-26 Thread Norbert Spemm
Hi, I wanted to replace the buttons on my form with images. Before I had a working application with this tag in the jsp: html:submit property='SubmittedAction' styleId='button' value=Save/ now I tried with html:image property='SubmittedAction' styleId='button' value=Save