Re: jquery DataTable + wicket Cannot bind a listener

2014-10-25 Thread Jason Novotny
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

Re: Lock timeout per page class

2014-10-25 Thread Sebastien
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

Re: Lock timeout per page class

2014-10-25 Thread Guillaume Smet
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