RE: Return key pressed and default submit form

2005-03-20 Thread Mili Aggarwal, Noida
immediately by return e-mail and delete it from your computer. -Original Message- From: Gaet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 10:48 PM To: Struts Users Mailing List Subject: Re: Return key pressed and default submit form Nobody knows about this simple question

RE: Return key pressed and default submit form

2005-03-17 Thread Glenn Wilson
t should disable the functionality (assuming that button doesn't get focus at some point): Hope that helps, Glenn -Original Message- From: Gaet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 9:18 AM To: Struts Users Mailing List Subject: Re: Return key pressed and default submit

RE: Return key pressed and default submit form

2005-03-17 Thread Schuster Joel M Contr ESC/NDC
Google is your friend :) http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html > -Original Message- > From: Gaet [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 17, 2005 10:18 AM > To: Struts Users Mailing List > Subject: Re: Return key pressed and defa

Re: Return key pressed and default submit form

2005-03-17 Thread Gaet
Nobody knows about this simple question? TIA - Original Message - From: "Gaet" <[EMAIL PROTECTED]> To: "Mailing List Struts" Sent: Thursday, March 17, 2005 9:03 AM Subject: Return key pressed and default submit form Hi, I a have a page with a form and when

Return key pressed and default submit form

2005-03-17 Thread Gaet
Hi, I a have a page with a form and when I click the return button of my keyboard it submits the first button of my form... how to change the default button or disable the return key action? Thanks