8 Replies Latest reply on Jul 6, 2007 6:18 PM by koenhandekyn

    pressing enter doesn't submit the form in IE when there's on

    liudan2005

      In Seam booking example login page, you are required to enter username and password. when you enter username and password and press enter, it will submit the form. However, if you only have one inputText in your page (remove the password inputText from .xhtml file), and when you press enter, the form is not submitted. when only way to trigger submition when there's only one inputText inside the form is to click the login button. This only happens in IE.

      Is it a Seam bug or facelets bug?