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#a12696767
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