JSF 1.2 Life Cycle understanding: Executing the ValueChangeListener method in InvokeApplication phase
问题 I am using a <h:selectBooleanCheckbox> in the facet header of a DataTable. All the rows content for that <h:column> DataTable are <h:selectBooleanCheckbox> . The rows are getting selected perfectly the way I wanted. Below is the code I used: <h:form> <h:dataTable value="#{employeeService.employeeList }" var="empl" binding="#{employeeService.dataTablebinding }"> ...... ...... ...... <h:column> <f:facet name="header"> <h:selectBooleanCheckbox id="chkBoxAll" value="#{employeeService.checkedHdr }