org.apache.wicket.util.convert.converters.SqlTimestampConverter only renders
the time part of the timestamp
-----------------------------------------------------------------------------------------------------------
Key: WICKET-2123
URL: https://issues.apache.org/jira/browse/WICKET-2123
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC2
Reporter: Dylan Schell
Priority: Minor
convertToObject calls DateFormat.getTimeInstance(dateFormat, locale)
I would have expected it to call DateFormat.getDateTimeInstance(dateFormat,
locale)
if this is changed, I assume that the mirroring call in convertToObject also
needs to be adjusted.
the result is that currently only the time part of a timestamp is displayed
when a default property model
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.