DateTimeField and DateField do not set input tag "value"
--------------------------------------------------------

                 Key: WICKET-3501
                 URL: https://issues.apache.org/jira/browse/WICKET-3501
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 1.5-RC2
            Reporter: Bertrand Guay-Paquet
         Attachments: DateField.zip

DateTimeField and DateField do not properly set input tag "value" in the 
generated markup when a Date model is given. In the case of DateTimeField, only 
the hours and minutes fields have the proper "value" tag.

The problem seems to be located at DateTimeField#onBeforeRender(). The hours 
and minutes members are set in the else clause, but not the date member.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to