h:datatable not populated
问题 This is a related (and or follow up) issue to : Event Function called before Setter So Given i have : <Td> <h:selectOneMenu id="combocarList" value="#{customerBean.selectedcar}" styleClass="comboStyle" valueChangeListener="#{customerBean.loadothercombos}" onchange="document.forms[0].submit()" > <f:selectItem itemLabel="-----------Select--------------" itemValue="None" /> <f:selectItems value="#{customerBean.carsList}" /> </h:selectOneMenu> </Td> the event is called when user selects an item