CellEdit event not working after cell edit in primefaces
问题 I am trying to make an Editable DataTable by cell in Primefaces, but after an edit of a cell, the event not submitted and my code can't detect the newValue, and there is no error or log in the stack trace here is my code: xhtml: <p:dataTable id="ListC" value="#{recruitmentProcessMB.candidateListInProcess}" var="candid" rowKey="#{candid.idCandidate}" style="border:0px; " editable="true" editMode="cell"> <p:ajax event="cellEdit" update="ListC" listener="#{recruitmentProcessMB.onCellEdit}" /> <p