Re: Problem with paged datatable and model

2015-08-19 Thread Sven Meier
Hi, in complex apps enable and visiblity can be linked with security settings and so on this is why you should override #onConfigure() and call #setEnabled() and #setVisible() from there. Have fun Sven On 19.08.2015 06:19, Илья Нарыжный wrote: Sven, Thanks! In my case IDataProvider

Re: Problem with paged datatable and model

2015-08-19 Thread Илья Нарыжный
Sven, That's actually done:) I know this problem. The problem for this particular case is in another place: ajax paging links needs to know size of IDataProvider's data. And actually wicket AjaxPagingLink invokes prover and corresponding model for that. So, I mean, all ways to optimize bahaviour