I think the short answer is "yes". (though I would suppose it depends on
how you use dataTable)
This [1] has been my approach:
[1] http://wiki.apache.org/myfaces/ManagingDataScrollerPage
If you find out something on this topic that is missing from the wiki,
please take the time to add it. :)
Regards,
Jeff Bischoff
Kenneth L Kurz & Associates, Inc.
fischman_98 wrote:
I have a page that implements the dataTable and dataScroller. Below the
table I have a login form.
Lets say I scroll to page six...submit the form with a successful
return...with no navigation rule (I want to display the same page!), the
page is restored and rendered with the dataTable still on page six.
If I create a navigation rule (On success go to same page - redirect: no),
the dataTable does not appear to be restored in the restore view phase and
the dataTable re-initializes to a first row of zero.
Do I need to save the state of the current row when submitting a form? Is
the submission of the form causing the dataTable to not be restored?
Thanks.