try this code:

DatePicker mydp= new DatePicker(){
                private static final long serialVersionUID = 1L;

                @Override
                protected boolean enableMonthYearSelection() {
                    return true;
                }
            };

2010/11/29 Anna Simbirtsev <asimbirt...@gmail.com>

> Hi,
>
> Is it possible to get datapicker to switch between year, currently
> there are arrows to only switch between month?
>
> Thanks,
> Anna
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to