Re: Cannot get t:saveState to work

2006-01-10 Thread Mario Ivankovits
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

RE: Cannot get t:saveState to work

2006-01-10 Thread Thomas A Hurley
: 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

Re: Cannot get t:saveState to work

2006-01-10 Thread Mario Ivankovits
Hi Thomas! 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. The redirect directs JSF to send a real http redirect

Re: Cannot get t:saveState to work

2006-01-10 Thread Mike Kienenberger
Also see http://issues.apache.org/jira/browse/MYFACES-516 for Mario's workaround to preserve saveState and messages across redirects. At some point we'd like to get something into MyFaces that can handle this, but it's not currently possible yet. On 1/10/06, Mario Ivankovits [EMAIL PROTECTED]

RE: Cannot get t:saveState to work

2006-01-10 Thread Thomas A Hurley
Thank you very much, Mario. Tom. -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 10:59 AM To: MyFaces Discussion Subject: Re: Cannot get t:saveState to work Hi Thomas! I would not have expected the request scoped beans to survive