How to make Enter Key Press behave like Submit in JSF. It works with InputBoxes; but not with inputSecret boxes
If you want to press ENTER key instead of submit in any form, what we have to do here is add defaultcommand attribute in af:form tag and give id of the submit button as value. Sample code snippet for this is