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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -