Re: FilterForm and Ajax

2017-04-18 Thread Maxim Solodovnik
Hello Ilia, as I can see from [1] filter form is a simple extention of form In case you need it to be submitted via Ajax just add ajax submit component to it (like AjaxButton [2]) works for me :) [1] https://github.com/apache/wicket/blob/master/wicket-extensions/src/main/java/org/apache/wicket/e

Re: FilterForm and Ajax

2017-04-18 Thread Илья Нарыжный
Ernesto, We do not use AjaxFallbackDefaultDataTable, but similiar inclusion of toolbars inside: AjaxFallbackDefaultDataTable: https://github.com/apache/wicket/blob/WICKET-5909-7.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/table/AjaxFallbackDefault

Re: FilterForm and Ajax

2017-04-18 Thread Ernesto Reinaldo Barreiro
Hi Ilia, IMHO your question is a bit vague: what components are you using? Do you use AjaxFallbackDefaultDataTable? On Mon, Apr 17, 2017 at 8:04 PM, Илья Нарыжный wrote: > Guys, > > Is there any good way (approved solution from wicket dev team) how to make > datatable filtering AJAX enabled? >

FilterForm and Ajax

2017-04-17 Thread Илья Нарыжный
Guys, Is there any good way (approved solution from wicket dev team) how to make datatable filtering AJAX enabled? Currently, if you enter filter criterias in FilterForm and click Enter - it will reload full page instead of refreshing just a table through Ajax. Thanks, Ilia -