The reason for the detachable stuff is that when the page gets serialized it
is going to serialize all the components in the page hierarchy and the
models bound to them.  When that happens MyPOJO is going also get serialized
which I'm trying to avoid.  In my application these objects can be very
large and I don't want them serialized to the session.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Access-to-Page-from-LoadableDetachableModel-tp4649586p4649596.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to