> From: "Chris K Chew" <[EMAIL PROTECTED]>
> 
> Most browsers simply send the header "submit: true" when the enter key is
> pressed and the cursor is in a form field.  As such, ActionEvents won't work
> when this happens because they rely on the submit field's name to determine
> which ActionEvent to call.  In your app, the enter-submitted header contains
> the standard "submit" instead of "evenSubmit_doLeroyCheck".

If it works this way and your action class does not use doPerform() for
anything else then you could change doPerform to invoke doLeroycheck() to
cover this possibility.

Cheers,

Scott
-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au



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

Reply via email to