[ANNOUNCE] Wicket jQuery UI 6.15.0 is released (+ important Kendo UI license note)

2014-04-26 Thread Sebastien
Dear all, Wicket jQuery UI 6.15.0 based on Apache Wicket 6.15.0 is released and will be shortly available in Maven Central. The changelog is available at the wiki page, please read it carefully: https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bchangelog%5D-wicket-jquery-ui-6.15.0 Maven

[ANNOUNCE] Apache Wicket 6.15.0 is released

2014-04-26 Thread Andrea Del Bene
This is the fifteenth release of the Wicket 6.x series. This release brings 25 bug fixes and adds the following changes/improvements: * The second level page store has been disabled by default (see https://issues.apache.org/jira/browse/WICKET-5554 for more details). * Created new

DataTable's FilterToolbar generics broken

2014-04-26 Thread Leszek Gawron
I started migrating my code from wicket 1.4.19 to 6. Finally ! :) I found a FilterToolbar bug: Once you were able to create DataTableUser wrapped inside of FilterFormUserFilterDto currently FilterToolbar requires you for those two types to be identical: public T, S FilterToolbar(final

Stateless/Statefull pages - incorrect behaviour

2014-04-26 Thread Илья Нарыжный
Guys, Please advise how to do in following situation or confirm that's a bug and should be fixed. There is a page (login page) with stateless form. That page has lots of common components (menu and etc.). There are some statefull components in the components tree that are visible only for signed

Re: Streaming large pages

2014-04-26 Thread scott.t.cleland
Thank you. So far it is working. Do you believe it might be possible to make it localized if I were to dig around a bit? Any suggestions? Thanks again. Wicket always comes through. We have ported all of our tools to Wicket. We now are flying spacecraft to Mars and Jupiter on Wicket. In testing

Re: Streaming large pages

2014-04-26 Thread Martin Grigorov
Hi On Apr 26, 2014 6:29 PM, scott.t.clel...@gmail.com wrote: Thank you. So far it is working. Do you believe it might be possible to make it localized if I were to dig around a bit? Any suggestions? see WebApplicarion.newWebResponse() you can check the url and decide whether to buffer or not