Hi all,

Following a recent discussion about LDM being reloaded several times [1],
I've prepared a quickstart [2].

My concern was the following: I was thinking that a LDM relying on another
LDM, and reused on several components may have been reloaded several times
(because of the component's #reload which could have been called to early).

It seems to not be the case. Good news!

Then, I realized that I was using the LDM as a component model *and* in an
AjaxBehavior [3]. Of course, the AjaxBehavior initiate a new request,
causing the LDM to be reloaded.

I do not expect a solution here, it's just a wrong usage on my side. But as
I started the discussion, I wanted to loop the loop! :)

Thanks & best regards,
Sebastien.

[1] http://markmail.org/message/lmg2zrfuovn4fhgg
[2] https://github.com/sebfz1/wicket-quickstart-ldm
[3]
https://github.com/sebfz1/wicket-quickstart-ldm/blob/master/src/main/java/quickstart/QuickstartPage2.java

Reply via email to