I'm using an extendedDataTable
because I need multiselect. The table can get pretty large, so I'm using a dataScroller
for paging.
What I want to achieve is, that the selection is cleared when switching to another page. The selection is stored in the backing bean and I have a method clearTableSelection
to clear the selection.
Now my question is, how is it possible to call the method clearTableSelection
when switching pages.