I am using <p:ajax event="page" ... /> for a paginated p:dataTable
But the ajax request gets fired after the page is changed. How to do process the input elements in the page that was displayed previous to the page change?
<p:dataTable id="qlisttbl" widgetVar="qlisttbl" paginator="true" rows="1" value="#{freeExamDeliveryAction.examToDeliver.questionCollection}" var="q">
<p:ajax event="page" process="somecomponentID"/>