I recently migrated to ext3 and I can not paginate successfully.
The first page is loaded correctly and the component PagingToolbar shows all the information normally. So far everything is perfect.
When I click the 'next' button, I realize that the request do not sent the last parameters used to filter data on the server. The only information being sent was start and limit.
Why does the pagingToolbar not remember the last parameters used in the last load event?