I'm using primefaces 3.4 (old one I know, but can't upgrade atm) , I know that in primefaces 5 my issue is resolved (but I really can't upgrade atm)
When using lazy / non lazy loading datatable with pagination I encounter the following issues,
1) ajax inputs (inside <p:dataTable
) are not firing after pagination (page > 1)
2) element states (<h:selectBooleanCheckbox
) are not reflected upon form submitting (even though I do see them being sent to server)
Any idea whats causing this misbehavior of primefaces / how to track it down / how can it be fixed in the 3.4 version?
My guess it has something to do with the following BalusC answer commandLink/commandButton/ajax backing bean action/listener method not invoked (N#4)