I'm not using redirect, so it should work. I have it exactly as you do below.
I'll keep poking around to see if I'm missing something. Thanks for the responses... Frank Russo Senior Developer FX Alliance, LLC -----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 11:03 AM To: MyFaces Discussion Subject: Re: Error in log file when using t:saveState On 8/7/06, Frank Russo <[EMAIL PROTECTED]> wrote: > I noticed that your id's name matches the name of bean's attribute. Is > that important? That is the only thing I'm not doing... In the real example, it doesn't match. The real example is <t:saveState id="editAuthorizationDocumentPageDocumentList" value="#{editAuthorizationDocumentPage.authorizationDocumentList}"/> One thing to remember is that if you're going from one page to another, you CANNOT use redirect or you'll lose all saveStates and messages. There's an open JIRA issue with various proposed fixes for this in the issue tracker.

