Hi Sebastien,
I can trigger the reload with this, but it turns out that unfortunately it does not solve my problem.
Actually in my special case I then get an exception that the required component is no longer added to the page.
The reason is that I keep the combobox in a repeater and every time I refresh the repeater,
a new combobox gets created. While I force the markupIds of the combobox to remain the same
(e.g. to allow Wicket to set the focus back to this component after an Ajax refresh), the
Ajax URL of the underlying datasource keeps changing.
I have now tried caching the combobox the first time and re-adding the same one whenever the
repeater is refreshed, but still running into issues that I don't fully understand yet.
Cheers,
-- Richard