1. want to submit ajax form on Enter Key for a4j button in jsf stackoverflow.comI have an ajax form with a a4j:commandbutton. I want to submit the form on press of Enter key. I am using onkeypress on the commandbutton to check the enter key press. The ... |
2. h:form vs a4j:form coderanch.comHi to all, I am new to jsf.I am trying to write code in jsf. i so confused with h:form and a4j:form.So I need a difference between h:form and a4j:form.Up to my knowledge, a4j:form is used for ajax request.It converts non-ajaxable component like a h:commandbutton to ajaxable component.Please give any other difference between the above two. Thanks in advance. |