Somehow, it seems that transient objects are stored in the session.
WHen I try to look at the session in eclipse's debug mode, 
I can actually see my User object in there even though I marked as
transient.

I'm not really sure about this behavior though.


Kent Tong wrote:
> 
> 
> Jonathan Locke wrote:
>> 
>> 
>> Your QueryDetachableModel will break under clustering.  The transient
>> "instance" Object will become null when the container deserializes it and
>> your load method will be unable to reload the object.  
>> 
>> If you're using these QueryDetachableModels, yes, the object instance is
>> being stored in your session.  But no, it will not be replicated
>> correctly.
>> 
> 
> Are you sure about that? If the default item reuse strategy is used, new
> models and new items will 
> be created just before the page is rendered.
> 
> In addition, as the object instance is marked as transient, it shouldn't
> be stored in the session.
> 

-- 
View this message in context: 
http://www.nabble.com/Question-With-Detachable-Models-tf4446686.html#a12696938
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to