I am using org.apache.wicket.datetime.markup.html.form.DateTextField (part of wicket-datetime-6.9.0-sources.jar ) with wicket 6.9.0
I need the DatePicker to auto select the last selected value, when it is opened an empty value. As it is, when I open the date picker with an empty value no date is selected.
