Primefaces Datatable filter values are lost after the datatable is refreshed
问题 I am using JSF 2.0 and Primefaces 3.2. I have a main form with a datatable and a button on each row that brings up a dialog with another data table. The dialog has its own form. When the datatable row is selected in the dialog, i process the selection and then refresh the datatable in the main form. After the refresh all my filters on the main datatable are lost. Is there a way to remember the filter values? My JSF page <h:panelGroup id="mainTable"> <h:form id="mainForm" prependId="false"> <p