RE: Return key pressed and default submit form

2005-03-20 Thread Mili Aggarwal, Noida


Hello,

Use tabindex int eh button tag:ex:
 

Please verify the syntax again..long time sinmce I used it

Warm Regards,
Mili Aggarwal


-DISCLAIMER-

-

This message and any attachment(s) contained here are information that is
confidential, proprietary to HCL Technologies and its customers. Contents
may be privileged or otherwise protected by law. The information is solely
intended for the individual or the entity it is addressed to. If you are not
the intended recipient of this message, you are not authorized to read,
forward, print, retain, copy or disseminate this message or any part of it.
If you have received this e-mail in error, please notify the sender
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?

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 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


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


Disclaimer: 

This message and any attachment(s) contained here are information that is
confidential,proprietary to HCL Technologies and its customers, privileged
or otherwise protected by law.The information is solely intended for the
individual or the entity it is addressed to. If you are not the intended
recipient of this message, you are not authorized to read, forward,
print,retain, copy or disseminate this message or any part of it. If you
have received this e-mail in error, please notify the sender immediately by
return e-mail and delete it from your computer.



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



RE: Return key pressed and default submit form

2005-03-17 Thread Glenn Wilson
Hello,

The return-key functionality of forms is part of the web browser...if you're in 
a form and there's a submit button, and you hit enter, it will submit that form.

My recommendation would be to change your submit button to a regular input 
type="button" and that 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 form


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 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


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


===
This email message is for the sole use of the intended recipient(s) and may 
contain confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply email and destroy all copies of 
the original message. If you are the intended recipient, please be advised that 
the content of this message is subject to access, review and disclosure by the 
sender's Email System Administrator.


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



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 default submit form
> 
> 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 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
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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



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 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


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