Fea,
You need to add this javascript function to your form jsp files (or template)

 function noenter() {
   return !(window.event && window.event.keyCode == 13); }

and then add an onkeypress attribute to your text input fields that looks like this:

onkeypress="return noenter();"

-R


fea jabi wrote:
Is it possible in struts to disable the functionality of the enter key which would usually execute the first submit button in the page. Can we do this at form level?

If so how to do this?

Thanks.

_________________________________________________________________
Add a Yahoo! contact to Windows Live Messenger for a chance to win a free trip! http://www.imagine-windowslive.com/minisites/yahoo/default.aspx?locale=en-us&hmtagline


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

Reply via email to