Re: DateTextField, i18n, javadoc and DatePicker

2008-01-15 Thread Alan Romaniuc
This problem will be solved using DateTextField from org.apache.wicket.datetime.markup.html.form instead of org.apache.wicket.extensions.markup.html.form - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

DateTextField, i18n, javadoc and DatePicker

2008-01-12 Thread Alan Romaniuc
Hi, reading the javadoc, I could note that org.apache.wicket.extensions.markup.html.form.DateTextField gets the Locale if the developer does not supply one. But that it is not true, once that the simplest constructor, DateTextField(String wicketId), calls the most advanced