Hi,
I try to use perm storage of User. I add the object I want to save like this
:
data.getUserFromSession().setPerm("theObject",theObj);
theUser.saveToStorage();
Everything works still I logout. But when I logout and then login again (the
same user), the object should be retrieved. But the object is null.
I try to retrieve it with :
MyObject theObj = (MyObject) data.getUserFromSession().getPerm("theObject");
Why ??
Thanks for your time.
Herv�
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]