In Icefaces, submitting form on Enter in IE

586 Views Asked by At

In IE9, when I submit a form (Login form) using Enter, the form is submitted and it navigate to targeted page, but I get this error in IE console:

SCRIPT5007: Unable to get value of the property 'nodeName': object is null or undefined 

and the next page will not respond to any commandLink or button clicks. If I submit the form by clicking submit button everything is fine.

I had the same problem with other browsers (chrome, FF , safari) but it was fixed in the recent Icefaces update (3.1)

I use action="#{Login.loginButton_action}" in the password field to submit

0

There are 0 best solutions below