4 Replies Latest reply on Dec 12, 2007 2:56 AM by terryb

    How to submit form with Enter key when no h:commandButton

    terryb

      When jsf form has h:commandButton on it, pressing Enter key on any of the form fields submits the form. However it doesnt submit if h:commandButton is replaced with h:commandLink. Once must click h:commandLink to submit form.

      Is there any easy way to submit form with Enter key as with h:commdButton?