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

Reply via email to