Yes, but how I knows if it was a button or a text what send the submit event.
And in case I know that it was a button, which one.



<html:submit property='method'  onclick="doSomethind()">
  doSomething
</html:submit>

<html:submit property='method'  onClick="doOtherthing()">
 doOtherThing
</html:submit>




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

Reply via email to