Re: DatePicker in wicket 8

2018-05-09 Thread Maxim Solodovnik
We are using these
http://www.7thweb.net/wicket-jquery-ui/kendo/datetimepicker/local/LocalDatePickerPage
datepickers

On Thu, May 10, 2018 at 4:06 AM, Rob Audenaerde
 wrote:
> I actually kinda disliked the wicket date picker(and its dependencies) ,
> and went with integrating PickADay.
>
> https://github.com/dbushell/Pikaday
>
>
> On Wed, May 9, 2018, 22:43 René Stolle  wrote:
>
>> Hello everybody,
>>
>> I just realized the wicket-datetime module is gone in wicket 8 and with
>> it my beloved DatePicker.
>>
>> Is it totally gone or just replaced or renamed?
>>
>> The Migration Guide for Wicket 8 does not mention anything about
>> (wicket-)date/time.
>>
>> Best regards,
>> René
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>



-- 
WBR
Maxim aka solomax

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: DatePicker in wicket 8

2018-05-09 Thread Rob Audenaerde
I actually kinda disliked the wicket date picker(and its dependencies) ,
and went with integrating PickADay.

https://github.com/dbushell/Pikaday


On Wed, May 9, 2018, 22:43 René Stolle  wrote:

> Hello everybody,
>
> I just realized the wicket-datetime module is gone in wicket 8 and with
> it my beloved DatePicker.
>
> Is it totally gone or just replaced or renamed?
>
> The Migration Guide for Wicket 8 does not mention anything about
> (wicket-)date/time.
>
> Best regards,
> René
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: DatePicker in wicket 8

2018-05-09 Thread Andrea Del Bene
Module wicket-datetime has been discontinued in wicket 8 in order to fully
migrate to java 8 new datetime API. But don't panic, you can still find the
old module under wicketstuff:

https://github.com/wicketstuff/core/tree/master/wicket-datetime-parent

On Wed, May 9, 2018, 10:43 PM René Stolle  wrote:

> Hello everybody,
>
> I just realized the wicket-datetime module is gone in wicket 8 and with
> it my beloved DatePicker.
>
> Is it totally gone or just replaced or renamed?
>
> The Migration Guide for Wicket 8 does not mention anything about
> (wicket-)date/time.
>
> Best regards,
> René
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>