[ANNOUNCE] WicketStuff 8.2.0 Released

2018-11-19 Thread Maxim Solodovnik
WicketStuff core 8.2.0 based on Apache Wicket 8.2.0 is released and soon will be available at Maven Central! The changelog since 8.2.0 is: Maxim Solodovnik (8): Plugin versions were updated, code clean-up Missing javadocs should not fail the build scala-maven-plugin version

Re: How to handle ListenerInvocationNotAllowedException on invisible field

2018-11-19 Thread Martin Grigorov
Hi, If a component is invisible then it won't render itself. It might render just its HTML element if you use refineFields.setOutputMarkupPlaceholderTag(true), but none of its children would be rendered, and their Ajax listeners won't bind at all. So I think the reason is something else. Often

Re: AjaxSelfUpdatingBehaviour detaches my DataTable

2018-11-19 Thread Sandor Feher
Hi Sven, Sorry, I did not notice your answer so far. Okay. Let's try to see things from different angle :) Yes I use spring. I tried to reduce the number of unnecessary queries. To achieve this I try to catch if my table filtered or a new item added or a dropdownchoice changed and so on. It