I'm able to define my reset button as follow, but how do I add the image to
this button.
The reset tag doesn't have src property.

<html:reset>thanks</html:reset>



-----Original Message-----
From: Kiet Nguyen 
Sent: Friday, June 08, 2001 10:08 AM
To: Struts-User (E-mail)
Subject: Reset the form


I have my reset button defined:

<html:form action="/queryOrg">
                <html:image src="images/reset.gif" width="113" height="24"
property="reset"/>

Why is that the reset method doesn't get call and the Action class get
executed.

Anyone with an example?

Reply via email to