You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Roberto Fasciolo (JIRA)" <ji...@apache.org> on 2007/11/12 18:07:52 UTC

[jira] Created: (WICKET-1151) Time fields in DateTimeField not required also when required = true

Time fields in DateTimeField not required also when required = true
-------------------------------------------------------------------

                 Key: WICKET-1151
                 URL: https://issues.apache.org/jira/browse/WICKET-1151
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 1.3.0-beta4
            Reporter: Roberto Fasciolo


When a user inputs only a date in a field generated by DateTimeField with setRequired(true) the system is not giving any errors for the missing time. The returned value in that scenario has always 12:00 as time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1151) Time fields in DateTimeField not required also when required = true

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

Gerolf Seitz resolved WICKET-1151.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc2

added propagation of DTF#isRequired for minutesField and hoursField in onBeforeRender.
also added propagation of DTF#isEnabled && DTF#isEnableAllowed in onBeforeRender for all input fields

> Time fields in DateTimeField not required also when required = true
> -------------------------------------------------------------------
>
>                 Key: WICKET-1151
>                 URL: https://issues.apache.org/jira/browse/WICKET-1151
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>            Reporter: Roberto Fasciolo
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.0-rc2
>
>
> When a user inputs only a date in a field generated by DateTimeField with setRequired(true) the system is not giving any errors for the missing time. The returned value in that scenario has always 12:00 as time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-1151) Time fields in DateTimeField not required also when required = true

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

Gerolf Seitz reassigned WICKET-1151:
------------------------------------

    Assignee: Gerolf Seitz

> Time fields in DateTimeField not required also when required = true
> -------------------------------------------------------------------
>
>                 Key: WICKET-1151
>                 URL: https://issues.apache.org/jira/browse/WICKET-1151
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>            Reporter: Roberto Fasciolo
>            Assignee: Gerolf Seitz
>
> When a user inputs only a date in a field generated by DateTimeField with setRequired(true) the system is not giving any errors for the missing time. The returned value in that scenario has always 12:00 as time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.