I've managed to figure out the cause of the problem but no solution.
jquery datatables removes DOM elements when configured for pagination.
This means the AjaxLinks in my listview generate wicket javascript like:
Wicket.Ajax.ajax({"u":"./executed?7-1.IBehaviorListener.0-container-executedTran
Hi Guillaume,
Generally speaking, you cannot call a non final method from a constructor...
Best regards,
Sebastien
On Oct 25, 2014 1:32 PM, "Guillaume Smet" wrote:
> Hi Martin,
>
> I got something working with the following changes in Wicket:
>
> https://github.com/openwide-java/wicket/commit/6
Hi Martin,
I got something working with the following changes in Wicket:
https://github.com/openwide-java/wicket/commit/6374a4a7c6fb66841143a88933523f97305cf1a4
Do you consider this commitable? If so, I can create a JIRA issue and push a PR.
Having the pageId in the getTimeout call is quite nice