NPE when clearing DateTimeField
--------------------------------
Key: WICKET-2083
URL: https://issues.apache.org/jira/browse/WICKET-2083
Project: Wicket
Issue Type: Bug
Components: wicket-datetime
Affects Versions: 1.4-RC1, 1.4-RC2
Environment: Java 5+
Reporter: Ian Bacher
Fix For: 1.4-RC3
Attachments: DateTimeFieldTestCase.java, patch.diff
setDate() doesn't properly handle null values for the date parameter. When date
is null the instance date field is properly set to null but the hours and
minutes fields remain untouched, so if hours had previously been set, a NPE is
thrown by line 239. I'll attach a test case to demonstrate the behavior and a
proposed patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.