Re: DateTimeField Error and Question

2009-01-01 Thread Adriano dos Santos Fernandes
rotected String getDatePattern() { return "dd/MMM/"; } }; checkInField.add(checkInPicker); regards -- View this message in context: http://www.nabble.com/DateTimeField-Error-and-Questio

Re: DateTimeField Error and Question

2009-01-01 Thread Gerolf Seitz
} >}; >checkInField.add(checkInPicker); > > regards > > -- > View this message in context: > http://www.nabble.com/DateTimeField-Error-and-Question-tp21221202p21239433.html > Sent from the Wicket - User mailing list archive at Nabble.com. >

Re: DateTimeField Error and Question

2008-12-31 Thread tbt
= new DatePicker() { protected String getDatePattern() { return "dd/MMM/"; } }; checkInField.add(checkInPicker); regards -- View this message in context: http:

DateTimeField Error and Question

2008-12-30 Thread Christoph Bach
Hi, I am using the org.apache.wicket.extensions.yui.calendar.DateTimeField 1. If I enter a date say 1.1.1955 in the textfield, the textfield strips ist to 01.01.55. The first time I click on the Calendar icon, the calendar shows the year 1955. From the second click on, the Calendar shows the wr