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