Symptoms
Paging in SmartForm ListView is not working properly
Diagnoses
A search page with a pagingable listview and some controls as the parameters for the search.
The listview will display data from a store procedure (SQL Server Service) base on these parameters. If the returned data for the current search is more than 1 page, then on the next search if we click on the second page (or next) we'll see data from the previous search.
Resolution
Add a list refresh rule (no config needed) prior to the rule that pulls in the list data.