Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-12-07 Thread Sven Meier
Hi, the stacktrace shows clearly that you add a component to the ART while it is already rendering the response. This is not allowed, and this wasn't allowed in previous version. You'll have to provide a quickstart to prove that it worked previously. Regards Sven Am 06.12.18 um 13:50

RequestHandlerExecutor.ReplaceHandlerException and default handling by web container

2018-12-07 Thread Илья Нарыжный
Hello, According to source code, it seems not possible to replace current handler by 'null' - assuming that wicket in this case will allow web-server to handle request further. That's a code of wicket filter: if (requestCycle.processRequestAndDetach()) { webResponse.flush(); } else { ... } and

Datatable Bottom Toolbars issue

2018-12-07 Thread Sharofiddin Pardayev
Good afternoon. I have trouble to use method Datatable.getBottomToolbars() in my project. It gives following error "The type DataTable.ToolbarsContainer is not visible". Please, explain to me if ToolbarsContainer class is private why getBottomToolbars() method is public? I also see from github you

Re: Datatable Bottom Toolbars issue

2018-12-07 Thread Martin Grigorov
Hi, On Fri, Dec 7, 2018 at 10:36 AM Sharofiddin Pardayev < pardayev.sharofid...@gmail.com> wrote: > Good afternoon. I have trouble to use method Datatable.getBottomToolbars() > in my project. It gives following error "The type > DataTable.ToolbarsContainer is not visible". Please, explain to me