Enter Key Press behave like Submit in JSF

前端 未结 6 1557
鱼传尺愫
鱼传尺愫 2021-01-01 07:14

How to make Enter Key Press behave like Submit in JSF. It works with InputBoxes; but not with inputSecret boxes

6条回答
  •  再見小時候
    2021-01-01 07:52

    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

    
    
              
              
              
              
     
    

提交回复
热议问题