java - primefaces:row edit event not working when click on pencil icon -
i using jsf,primefaces , hibernate have fetch data database inside table when click in pencil icon not working , not error or exception generated , click compiler not going on our bean class have name 1 table , client name database table working facility name column when define 2 column not working my xhtml page <p:datatable id="allfacilitylist" var="facility" rendered="true" value="# {facilitybean.facilitylist}" paginator="true" rows="15" paginatorposition="top" styleclass="fixed-size" emptymessage="no facility insdie faclity list" style="width: 965px;" editable="true"> <p:ajax event="rowedit" immediate="true" listener="#{facilitybean.onedit}" update=":ftlistform"/> <p:column headertext="facility name" style="width:60%; alignment-adjust: midd...