You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Anthony Hong <an...@gmail.com> on 2006/03/21 02:13:54 UTC

How to solve paginationed Data table restore that used in request scope?

I have a backing bean in request scope with a datamodel.
Table has pagination function.

Pagination logic is embered in backing bean, when click next and
previous, data display correct.
But if I click a commandLink in dataTable, the rowIndex always
correct. But the data object fetched always the row index in first
page not I expected.

How to solve this problem?

--

Anthony Hong