Hi Ernesto, (sorry for the delay in my reply)
No, I don't think so (if I understood your question correctly). The ajax request is called from the page once loaded, i.e. really after the page's request cycle. I can trick by passing a non-detachable-chaining-model to page components and let the behavior detach the model at the end of its request [1]... Not very nice but it works :) [1] https://github.com/sebfz1/wicket-quickstart-ldm/blob/master/src/main/java/quickstart/QuickstartPage2.java Thanks & best regards, Sebastien. On Fri, Nov 25, 2016 at 4:06 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > @Sebastian, > > Would a model that only detaches itself if there is no request target > scheduled after current work for your use case? >