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.

Reply via email to