Re: Render an html button tag

2005-06-28 Thread Gary Cauthon
From: Wendy Smoak <[EMAIL PROTECTED]> From: "Gary Cauthon" <[EMAIL PROTECTED]> > Using HTML, I can create a button using this syntax: > remove > remove > > So how do I > do this with the struts html:button tag? As far as I can tell, it just > rende

Render an html button tag

2005-06-28 Thread Gary Cauthon
Using HTML, I can create a button using this syntax: remove * * * misc html * * * remove So if a user clicks on one of the buttons then I know which one they clicked because a value of 1 or 2 is sent. Notice how the 1 or 2 do not appear on the face of the button because that would look od