Hi,

What kind of exceptions?
Show us how the models are chained.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Feb 18, 2016 at 4:10 AM, gmparker2000 <greg.par...@brovada.com>
wrote:

> We are using LoadableDetachableModels heavily.  The page we have created
> has
> a lot of repeating nested sections.  The repeating panels have a model
> chain
> that leads back to the topmost LDM.  The topmost LDM implements a load that
> retrieves the model object from a document cache.  As far as I can tell all
> of the models are implemented properly (LDMs don't have member variables
> referencing model objects, etc).  Everything works great until you load the
> page half a dozen times.  After that we start to see exceptions and in some
> cases, even worse, we don't see exceptions but see data lose.  Can anyone
> suggest a way to debug this situation?  We have tried various things:
> attaching a detach listener and looking for unattached models, the wicket
> debug panel, etc.
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-model-problem-tp4673620.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