Sertic Mirko, Bedag a écrit :
Thanks a lot.
Does the RedirectTracker track it's state in the HttpSession
object?
Yes
What do I have to do if I don't want to use any
HttpSession in combination with ClientState saving due to
load balancer issues?
Then, don't use redirect? During a redirect, all request scoped object
gets lost, unless you save them in session. There seems however to be a
small possibility to use redirect + keeping some data without using session:
http://wiki.apache.org/myfaces/Custom_Navigation_Handler
See section about Dynami Url parameters passing
Regards
Mirko
-----Ursprüngliche Nachricht-----
Von: David Delbecq [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 21. Januar 2008 10:34
An: MyFaces Discussion
Betreff: Re: t:saveState and redirect
Try this:
http://wiki.apache.org/myfaces/RedirectTracker
Sertic Mirko, Bedag a écrit :
Hi all!
I've got a question regarding t:saveState and request scope session beans.
Is it possible to use t:saveState in combination with a <redirect/>
navigation rule?
Are there any things I have to take care of?
Thanks a lot
Mirko