Hi wicketians,

after updating to wicket 1.4.7 the DatePicker does not use the date format i 
passed to DateTextField any more:

        form.add(new DateTextField("dateFilter.from", new 
PropertyModel(dateFilter, "from"), "dd.MM.yyyy").setRequired(true).add(new 
DatePicker()));

Instead of "dd.MM.yyyy" the DatePicker uses  "dd.MM.yy", only 2 digits for the 
year.

Regards


__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 

Reply via email to