Thank you for answer, but i can't do it in wicket 1.3.0.
i think that the unique way is try to update the application to wicket 1.3.5

Luca

2009/1/28 Daniel Peters <daniel.pet...@idealo.de>

> Luca Provenzani wrote:
>
>  > i use org.apache.wicket.extensions.yui.calendar.DateField as DatePicker.
> > with wicket 1.3.0
> > But when i open datePicker on my webpage i can't change year, i can only
> > change the months.
> > Does someone know how to configure DateField to do this?  is it possible?
> extend DatePicker and override one method:
>
> protected boolean enableMonthYearSelection() {
>  return true;
> }
>
> (not sure about version 1.3.0, but it worked in 1.3.5 and 1.4)
> -Daniel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to