You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Bertrand Guay-Paquet (JIRA)" <ji...@apache.org> on 2011/03/04 06:25:39 UTC

[jira] Created: (WICKET-3501) DateTimeField and DateField do not set input tag "value"

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

        

[jira] Resolved: (WICKET-3501) DateTimeField and DateField do not set input tag "value"

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3501.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC3
         Assignee: Martin Grigorov

Fixed with r1077866.

> 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
>            Assignee: Martin Grigorov
>              Labels: datetime
>             Fix For: 1.5-RC3
>
>         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

        

[jira] [Closed] (WICKET-3501) DateTimeField and DateField do not set input tag "value"

Posted by "Bertrand Guay-Paquet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Guay-Paquet closed WICKET-3501.
----------------------------------------


> 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
>            Assignee: Martin Grigorov
>              Labels: datetime
>             Fix For: 1.5-RC3
>
>         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