RE: How can I use a Image as a submit button using struts

2001-04-26 Thread Dan Miser
]' [EMAIL PROTECTED] Subject: RE: How can I use a Image as a submit button using struts Date: Thu, 26 Apr 2001 08:14:08 -0700 Anyway, I ended up trying the tag (just removing height, width and border): html:image property=done src=/images/btns/save.gif alt=Save/ And the input tag it generated was screwed

RE: How can I use a Image as a submit button using struts

2001-04-26 Thread Scott Cressler
: Thursday, April 26, 2001 8:30 AM To: [EMAIL PROTECTED] Subject: RE: How can I use a Image as a submit button using struts Scott, Bug #3 you referred to has been fixed for a while, and is available in the nightly build. Just wanted to save you the headache of adding that bug too

RE: How can I use a Image as a submit button using struts

2001-04-26 Thread Kyle Robinson
]' Subject: RE: How can I use a Image as a submit button using struts Kyle, Can u tell me about Ur version? I mean how U did it and if possible the code will be greatt!! Thanks, Uday. -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 6:33 PM

RE: How can I use a Image as a submit button using struts

2001-04-25 Thread Kyle Robinson
The best way I've found of doing this is with a little javascript as follows: a href=javascript:submit(); img src=images/buttons/save.gif name=save border=0 /a For the purposes of using Struts we made a custom tag to create these... -Original Message- From: Natra, Uday

RE: How can I use a Image as a submit button using struts

2001-04-25 Thread Scott Cressler
Um, I thought the html:image tag did this and doesn't it generate an input type=image tag? Scott -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 4:00 PM To: '[EMAIL PROTECTED]' Subject: RE: How can I use a Image as a submit button

RE: How can I use a Image as a submit button using struts

2001-04-25 Thread Kyle Robinson
To: '[EMAIL PROTECTED]' Subject: RE: How can I use a Image as a submit button using struts Um, I thought the html:image tag did this and doesn't it generate an input type=image tag? Scott -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001