http://jakarta.apache.org/struts/userGuide/struts-html.html#submit

        <input type="submit" name="Save" value ="Save">

in struts becomes:

        <html:submit property="Save" value="Save" />


http://jakarta.apache.org/struts/userGuide/struts-html.html#button

        <input type="button" name="Cancel" value ="Cancel">

in struts becomes:

        <html:button property="Cancel" value="Cancel" />


Hope this helps!

---
- Nayan Hajratwala
- Chikli Consulting LLC
- http://www.chikli.com


-----Original Message-----
From: Jitesh Sinha [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 29, 2003 12:24 PM
To: Struts Users Mailing List
Subject: Newbie question :Rendering buttons of type submit and button


Hi all,
How do you render following html with the help of struts-html tld :

<input type="submit" name="Save" value ="Save">
<input type="button" name="Cancel" value ="Cancel">

I don't have any other info like other parameters to include on pressing any
of the buttons .

Thanks,
Jitesh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to