You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Marco Genise (JIRA)" <de...@myfaces.apache.org> on 2008/11/18 23:41:44 UTC

[jira] Commented: (TOMAHAWK-1361) InputDate should only set the date fields when it is in date mode

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648788#action_12648788 ] 

Marco Genise commented on TOMAHAWK-1361:
----------------------------------------

The current fix actually breaks type "both" and maybe also "time" and "time_short" (didn't test the last two), as it resets hours, minutes, and milliseconds if type != "full".

> InputDate should only set the date fields when it is in date mode
> -----------------------------------------------------------------
>
>                 Key: TOMAHAWK-1361
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1361
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Date
>    Affects Versions: 1.1.8-SNAPSHOT
>            Reporter: Cagatay Civici
>            Assignee: Cagatay Civici
>             Fix For: 1.1.8
>
>
> When inputDate component is used for selecting a date only, it does not display the time fields, but everytime a value is set a new date value with the current time is set as the value. This is inconsistent because the java.util.Date value does not stay same after a model update although component values are not changed by the user.

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