Hi Mario, Thank you for the very prompt reply.
I was indeed using <redirect/> and having removed it the values are now being passed to the second page. However I am confused (new to JSF). I would not have expected the request scoped beans to survive between requests but I would have expected the beans/properties serialized by the <t:saveState> component to survive. I thought that <redirect> just updated the URL. Can you direct me to an explanation of what's going on here? Thanks again for your help. Tom. -----Original Message----- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 10:21 AM To: MyFaces Discussion Subject: Re: Cannot get <t:saveState> to work Hi ! > > Hi, > > I'm having a problem with <t:saveState>. I want to use it to pass a > whole bean between one view and another but when I get to the second > view the bean is empty. This appears like it should be easy and I've > followed the previous threads on this issue and I think I'm doing > everything correctly, but obviously not. > How do your navigation-rule look like? Do you use <redirect? Then you will loose all request beens between the page transition. Ciao, Mario

