then you need to do an onClick on the button that submits the form.
only at this time you can't know that that link was clicked (or you have to do that with a special hidden field and check that field in the Form.submit () method)

johan


On 11/20/05, Manuel Corrales <[EMAIL PROTECTED]> wrote:
Hi, i have a page with a small form, a couple links and a button (submit).
Now, when the button is pressed, i can get the model data, but i need that when a link is clicked, get some data of the form.

How can i achieve this?

Thanks.

Reply via email to