On Fri, Oct 9, 2009 at 1:41 PM, Ceki Gulcu <c...@qos.ch> wrote: > Anyway, my application handles a complex tree-like structure, with > almost all of the contents non-serializable and outside my control. I > don't think I can use a Loadable Detachable Model, because loading the > tree may take several minutes.
you would use an LDM per node - the LDM should load the object represented by that node only, not the entire tree. does that make sense? -igor --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org