no, just Java types, String, boolean. Other objects needed are singletons managed/injected by Spring.
thanks L Werner Punz-2 wrote: > > Lisa schrieb: >> 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 >> > Lisa is there something in your referenced bean in t:saveState which is > not serializable, complex values which are put into savestate are > serialized. > > > -- View this message in context: http://www.nabble.com/When-does-saveState-occur--tf3177625.html#a8835075 Sent from the MyFaces - Users mailing list archive at Nabble.com.

