DateTextField cannot work with default converter (or javadoc wrong)
-------------------------------------------------------------------
Key: WICKET-2456
URL: https://issues.apache.org/jira/browse/WICKET-2456
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.4.1
Reporter: Sven Meier
Priority: Trivial
DateTextField's javadoc states the following:
"If you don't, it is the same as creating a <code>TextField</code> with
<code>java.util.Date</code> as it's type (it will get the pattern from the
user's locale)"
This is not true, DateTextField will always create a converter, even if you
don't provide a pattern.
Please roll back the following changes or adjust javadoc:
http://svn.apache.org/viewvc?view=rev&revision=550501
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.