you are right use <html:image instead <from_working_code> ... <html:image property="login" src="/images/butn_go_white_bg.gif" alt="login" /> ... </from_working_code>
-----Original Message----- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:37 AM To: Struts Users Mailing List Subject: RE: Applying struts submit and reset button tags functionality to images I think the <html:image tag renders as <input type="image" .../> which is what you need. At least that is what I'm using in Struts 1.0. robert > -----Original Message----- > From: Leonardo Maciel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 9:28 AM > To: Struts Users Mailing List > Subject: RE: Applying struts submit and reset button tags functionality > to images > > > use <html:img tag > > -----Original Message----- > From: Yaman Kumar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 9:26 AM > To: Struts Users Mailing List > Subject: Applying struts submit and reset button tags functionality to > images > > > Hi, > Can any one help in applying struts submit /reset buttons > to images. > > <html:submit>submit</html:submit> > > <html:submit>reset</html:submit> > > To > > <img src="<bean:write name="ctxtPath"/>/images/submit.gif" width="42" > height="22" border="0"> > > <img src="<bean:write name="ctxtPath"/>/images/reset.gif" width="42" > height="22" border="0"> > > Many Thanks, > rayaku > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

