Re: Resetting Kendo DataTable column sort

2018-02-19 Thread hkacoding
Hi, thank you :) -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

[ANNOUNCE] Wicket jQuery UI 7.10.0 released

2018-02-19 Thread Sebastien Briquet
Dear Wicket jQuery/Kendo UI users, Wicket jQuery UI 7.10.0 based on Apache Wicket 7.10.0 is now released! Changelog (same as 8.0.0-M9): https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-8.0.0-M9 API BREAKS: - Kendo UI: API BREAK Editor model object is now String type (no

Re: Disable component to prevent double click

2018-02-19 Thread Claudia Hirt
By the way: is there any reason why AjaxDisableComponentListener has no public constructor? > Am 19.02.2018 um 21:49 schrieb Claudia Hirt : > > Hi all, > I‘m facing the problem of double submits when double clicking on buttons and > links. I was very pleased to see there’s

Disable component to prevent double click

2018-02-19 Thread Claudia Hirt
Hi all, I‘m facing the problem of double submits when double clicking on buttons and links. I was very pleased to see there’s a new listener of https://issues.apache.org/jira/browse/WICKET-6448 implemented in wicket 7.10. But this only works for Buttons not for links like a SubmitLink. I‘m also

[ANNOUNCE] Wicket jQuery UI 8.0.0-M9 released

2018-02-19 Thread Sebastien Briquet
Dear Wicket jQuery/Kendo UI users, Wicket jQuery UI 8.0.0-M9 based on Apache Wicket 8.0.0-M9 is now released! Changelog: https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-8.0.0-M9 API BREAKS: - Kendo UI: API BREAK Editor model object is now String type (no more generic T)

Re: Resetting Kendo DataTable column sort

2018-02-19 Thread Sebastien Briquet
Hi, This is fixed. The backing ISortState should be a SingleSortState for this reset behavior to be supported. 8.0.0-M9 & 7.10.0 should be released tonight, with the fix. Thanks for having reported the issue! Sebastien.

Re: Issues upgrading to Wicket 8.0.0-M9

2018-02-19 Thread Thomas Heigl
Thanks a lot Sven! Thomas On Mon, Feb 19, 2018 at 12:42 PM, Sven Meier wrote: > No need for a quickstart for 2)… I've found the culprit. > > Will be fixed immediately. > > Thanks > Sven > > ⁣Gesendet mit Blue ​ > > Am 19. Feb. 2018, 12:23, um 12:23, Sven Meier

Re: Issues upgrading to Wicket 8.0.0-M9

2018-02-19 Thread Sven Meier
No need for a quickstart for 2)… I've found the culprit. Will be fixed immediately. Thanks Sven ⁣Gesendet mit Blue ​ Am 19. Feb. 2018, 12:23, um 12:23, Sven Meier schrieb: >Hi, > >many thanks for following our milestones closely. > >Could you please provide a quickstart for

Re: Issues upgrading to Wicket 8.0.0-M9

2018-02-19 Thread Sven Meier
Hi, many thanks for following our milestones closely. Could you please provide a quickstart for 2)? Regarding 3): Alternative would be calling beforeRender() instead. I'm not sure whether that will work for you though, without understanding why you called that internal API at all. Best

Issues upgrading to Wicket 8.0.0-M9

2018-02-19 Thread Thomas Heigl
Hi all, I upgraded my application from M8 to M9 yesterday and encountered 3 issues: 1. Current WiQuery version is not compatible with M9 It still depends on WicketEventJQueryResourceReference. It would be great if someone could cut a milestone release for WiQuery as well, so I can do further