Hi Ingo,
I don't know, but maybe my example here [1] can help? It shows how to
put certain dataScroller values into session scope, for better
management of the component.
[1] http://wiki.apache.org/myfaces/ManagingDataScrollerPage
Regards,
Jeff Bischoff
Kenneth L Kurz & Associates, Inc.
Ingo Düppe wrote:
Hi,
I tried to integrate the idea of the Post-Redirect-Get-PhaseListener of
http://turbomanage.wordpress.com/2006/08/06/prg-for-jsf/
into my project.
Now I face the problem that t:dataScroller doesn't work anymore, because
it lost its navigations variables during the redirect phase.
These params are stored within the request scoped and get lost during
the redirect.
But I wonder if I could store the vars into session scope. This would
also enable me to save the current navigation state for a longer period.
Regards,
Ingo