Just a guess, but, I've seen that exact problem when the name attribute of
the input (type="submit") is missing a closing quote.
i.e.
<input type="submit" name="eventSubmit_doFoo value="Press Me">
Press the button, it works fine. Press "enter", the name of the submit is
not sent.
HTH,
Joe
----- Original Message -----
From: David Demner <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 26, 2004 1:44 PM
Subject: Form submittal problem
> I'm trying to get around a form submittal problem. I have a very simple
> form (1 text box and 1 submit button named eventsubmit_doWhatever) where
> method="post" and action="$link.setAction("MyAction")".
>
> When the user clicks on the button, the submit button's name is passed
with
> the form data and everything works fine. When the user hits enter the
> button in the form, the submit button's name doesn't get passed and the
> doPerform event gets called instead. This effectively breaks the form
when
> the enter key is pressed.
>
> How do other people handle this problem??
>
> Thanks,
>
> David
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]