Using HTML, I can create a button using this syntax:
<button name="removeButton" value="1">remove</button>
* * *
misc html
* * *
<button name="removeButton" value="2">remove</button>
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 odd to the user. So how do I
do this with the struts html:button tag? As far as I can tell, it just
renders an tag of type "input" that does nothing when you click it. Do I
need to write it myself via a taglib?
-Gary ([EMAIL PROTECTED])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]