You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by B Manikandan <ma...@wipro.com> on 2001/07/26 20:48:07 UTC

Getting value of Button

Hi,
    There was a post about getting the value of the button that was
clicked.

In my jsp I have <html:cancel> and it works fine.But if I replace it
with a button having the same name as <html:cancel> and submit the form,
Iam not getting the button name in my Action class.

Is there a way to get the value of a button clicked.

Mani