Re: RE: Problem with LookupDispatchAction and pressing ENTER in a tex t

2002-11-21 Thread JuanPedro . DeAndres
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

RE: Problem with LookupDispatchAction and pressing ENTER in a tex t

2002-11-21 Thread Wendy Smoak
JuanPedro wrote: Pressing 'Enter' inside a text form, the form is submited, and the 'method' parameter that is the name of all my submit buttons, takes no value, and so the LookupDispatchAction fails Any solution? My solution is below... override the 'execute' method and check to see if