jsf - Primefaces ajax issue with ui:include -
i have added ui:include , ajax events within included page not firing.
some ajax calls working, update on pe:inputnumber not:
<pe:inputnumber value="#{trans.tobeallocatedamount}" <p:ajax listener="#{bankbean.updateallocatedtotal()}" update="tblreceipts" /> </pe:inputnumber>
is not firing ajax calls.
if put page in directly instead of include works.
i have pf5 , pe2
any ideas or suggestions issue be?
i have rolled , appears pf5 related.
Comments
Post a Comment