Re: DateTimeField AJAX DatePicker not work

2016-02-05 Thread andrea del bene
Hi, another possible solution is to queue components instead of adding them. This seems to work fine with inline enclosures. Andrea. On 04/02/2016 10:51, Bas Gooren wrote: Hi Christopher, Martin, I just did a quick debug, and it’s caused by the inline enclosure. When I replace that with a

Re: DateTimeField AJAX DatePicker not work

2016-02-04 Thread Martin Grigorov
Thank you for helping, Bas! So it is one of the known issues with Wicket's enclosures. There are several tickets in JIRA with similar problems. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Feb 4, 2016 at 10:51 AM, Bas Gooren wrote: > Hi Christopher, Mar

Re: DateTimeField AJAX DatePicker not work

2016-02-04 Thread Bas Gooren
Hi Christopher, Martin, I just did a quick debug, and it’s caused by the inline enclosure. When I replace that with a WebMarkupContainer, and manage the visibility of that element, everything works as expected. See my gist here: https://gist.github.com/bgooren/11602fa0d786548bfd70 We’ve had so

Re: DateTimeField AJAX DatePicker not work

2016-02-03 Thread Martin Grigorov
Hi, I don't have time to debug this problem now but I'll try to do it early next week. Please create a ticket in JIRA so it won't get forgotten! Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Feb 2, 2016 at 2:02 PM, Christopher Auth wrote: > Hi, >

DateTimeField AJAX DatePicker not work

2016-02-02 Thread Christopher Auth
Hi, I have some problems with the org.apache.wicket.extensions.yui.calendar.DateTimeField. In the constructor I set the visibility to false. Ajax redraw, when a checkbox is clicked, the DateTimeField is marked as visible. As far as everything works. Only then I can't open the DatePicker of the seco