Lisa, there is an extensive example for the saveState tag in the sandbox
examples:
http://www.irian.at/myfaces-sandbox/home.jsf

check out scopeShop1

this example basically implements an order form wizard via saveState
tags compare that one to your code.

(if you need a prebuilt war of the current sandbox examples, I did some
fixing, and left a war on my local server at home:

http://wuerg.kicks-ass.net:8080/webdav

I hope this helps you a little bit



Lisa schrieb:
> 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.
>>
>>
>>
> 

Reply via email to