I'm not seeing that the values are restored at the beginning. I must have something wrong.
I have a BB that has 3 setters called after instantiation. I need the saveState restore to happen before these setters are called but it looks like the values are being restored much later. Is there a way to have the state restored before the setters are called? thanks L Werner Punz wrote: > > Lisa schrieb: >> If I have <t:saveState> in my bean. On a managed bean, when does >> saveState >> (restoring of values) actually occur? >> >> 1. before the setters listed in the managed-bean? >> 2. Immediately after the setters in the managed bean? >> 3. Some other time? >> > Pretty much at the and of the lifecycle. > > the restore happens at the beginning. > So the values are first restored, then the request values are applied > after that all the work is done in the other phase, then it is saved > again. > > > -- View this message in context: http://www.nabble.com/When-does-saveState-occur--tf3177625.html#a8820377 Sent from the MyFaces - Users mailing list archive at Nabble.com.

