Reputation: 1571
Having the next table/paginator combination working properly, does somebody know what I have to do to remain on the current page after 'someAction' gets fired?
(Because, actually returns ever to the first page.)
<t:dataTable id="myTable" ...
...
</t:dataTable>
<t:dataScroller id="myScroller" for="myTable" ...
...
</t:dataScroller
<h:commandButton action="#{someBean.someAction}" ... />
Thanks!
Upvotes: 0
Views: 225