What version of Struts are you using? There was a bug that caused what you
are seeing, but that was fixed in February. If you're not yet using Struts
1.0, I would encourage you to update to that now.

--
Martin Cooper


----- Original Message -----
From: "Luna, Kat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 11:47 AM
Subject: Form input using image tag


> Hi,
>
> I'm trying to use the html:image tag to submit a form, but the graphic
> is not rendering correctly.
> html:img works fine for display, but this is the resulting source code
> of <html:image src="images/submit.gif" /> tag:
>
>
>   <tr>
>     <td><input type="image" name=" src="images/submit.gif"></td>
>     <td><input type="image" name=" src="images/reset.gif"></td>
>   </tr>
>
> Does anyone know why there is a blank property for "name" showing up and
> how to get rid of this?
>
> Thanks
>
> Kat Luna
> [EMAIL PROTECTED]
>
>


Reply via email to