Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread Sebastien
Hi Hans, 6.21.1-SNAPSHOT & 7.1.1-SNAPSHOT have been deployed. Caution: if you are using a custom Kendo UI theme, version has been upgraded to v2015.3. Best regards, Sebastien. On Mon, Dec 28, 2015 at 11:46 AM, hfriederichs wrote: > Hello Sebastien, > > Thank you for your quick response!

Re: Properties file for *.jar full of custom validators

2015-12-28 Thread Štefan Šimík
Thank you Tobias - you spotted the right problem and it works now. Problem was, really default behavior in copying resources by maven. After fixing that, everything works now as expected. Thank you guys - Martin, Tobias for your precious time and help! To help others with same problem: There is

Native WebSockets - exceptions and sendRedirect inside WebSocketResponse

2015-12-28 Thread Daniel Stoch
Hi, As I wrote in my previous post "Native WebSockets - cookies and last handler question": In WebSocketResponse many methods throws UnsupportedOperationException. Some of them can be customized now thanks to WICKET-6054. But I have found another problem with WebSocketResponse.sendRedirect() meth

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread hfriederichs
Hello Sebastien, Thank you for your quick response! Best regards, Hans -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bug-in-wicket-jqueryui-Kendo-DateTimePicker-tp4673069p4673116.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread Sebastien
Hi Hans, Kendo UI date pattern handles day names differently than java. I've fixed the issue and will deploy a snapshot tonight https://github.com/sebfz1/wicket-jquery-ui/issues/216 Thanks & best regards, Sebastien.