[ANNOUNCE] WicketStuff 7.8.0 Released

2017-07-12 Thread Martin Grigorov
WicketStuff core 7.8.0 based on Apache Wicket 7.8.0 is released and soon will be available at Maven Central! The changelog since 7.7.0 is: Andrea Del Bene (2): Added missing class import Time out for test raised from 10 sec to 50 sec. Martin Tzvetanov Grigorov (2): Fix Maven

[ANNOUNCE] Apache Wicket 7.8.0 released

2017-07-12 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 7.8.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Sebastien
Hi Maxim, 8.0.0-SNAPSHOT is deploying; you should now be able to supply your own callback as follow: @Override public void onConfigure(JQueryBehavior behavior) { behavior.setOption("select", "function(...) { ... }"); } Please refer

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Sebastien
Hi Maxim, A simple solution would be to specify your own "select" callback but you can't do it right now because the API is not designed to let you do that! ;) I will change this asap... Thanks & best regards, Sebastien. On Wed, Jul 12, 2017 at 2:39 AM, Maxim Solodovnik

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Maxim Solodovnik
Thanks a lot! On Wed, Jul 12, 2017 at 3:10 PM, Sebastien wrote: > Hi Maxim, > > A simple solution would be to specify your own "select" callback but you > can't do it right now because the API is not designed to let you do that! ;) > I will change this asap... > > Thanks &

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Maxim Solodovnik
Maybe little example can be added to 7thweb :))) On Wed, Jul 12, 2017 at 3:16 PM, Maxim Solodovnik wrote: > Thanks a lot! > > On Wed, Jul 12, 2017 at 3:10 PM, Sebastien wrote: > >> Hi Maxim, >> >> A simple solution would be to specify your own "select"

Re: Localization of PageParameters

2017-07-12 Thread Ravi
Hi Martin, here's the Ticket https://issues.apache.org/jira/browse/WICKET-6419 Thank you! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Localization-of-PageParameters-tp4678221p4678229.html Sent from the Users forum mailing list archive at Nabble.com.