Kent Tong wrote:
> 
> Yeah, it is in there because it hasn't been serialized and deserialized.
> 

If your code was like:

public class QueryDetachableModel extends LoadableDetachableModel {
        public QueryDetachableModel(Object instance) {
                super(instance);
        }
        protected Object load() {
                return null;
        }
} 

then your obj should no longer be in the session.
-- 
View this message in context: 
http://www.nabble.com/Question-With-Detachable-Models-tf4446686.html#a12697331
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