I got the trouble with this JSF. I like to call the action method first and then like to call the JavaScript OnClick Event.
<input value="Select" jsfc="ft:commandButton" style="width: 70px;" type="button" onclick="setReturnValues(this,'memId');" action="#{eem1001.EEM1001FormBean.memberChange(line.memId)}"/>
But JavaScript OnClick Event is call before action method.
How can I call action method before JavaScript OnClick Event.