You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Attila Király (JIRA)" <ji...@apache.org> on 2011/05/01 10:57:03 UTC

[jira] [Created] (WICKET-3658) Add converter for Calendar class

Add converter for Calendar class
--------------------------------

                 Key: WICKET-3658
                 URL: https://issues.apache.org/jira/browse/WICKET-3658
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-core
    Affects Versions: 1.5-RC3
            Reporter: Attila Király
            Priority: Minor


Wicket has built in converter for a lot of date/time types (4 in wicket-util, 2 in wicket-datetime) but not for Calendar. As Calendar is imho the most usable date/time object in standard java it would be nice if wicket would support it out of box.

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

[jira] [Resolved] (WICKET-3658) Add converter for Calendar class

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

Martin Grigorov resolved WICKET-3658.
-------------------------------------

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

> Add converter for Calendar class
> --------------------------------
>
>                 Key: WICKET-3658
>                 URL: https://issues.apache.org/jira/browse/WICKET-3658
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.5-RC3
>            Reporter: Attila Király
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5-RC4
>
>         Attachments: WICKET-3658.patch
>
>
> Wicket has built in converter for a lot of date/time types (4 in wicket-util, 2 in wicket-datetime) but not for Calendar. As Calendar is imho the most usable date/time object in standard java it would be nice if wicket would support it out of box.

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

[jira] [Commented] (WICKET-3658) Add converter for Calendar class

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

Martin Grigorov commented on WICKET-3658:
-----------------------------------------

Improved with r1100560.
Thanks!

> Add converter for Calendar class
> --------------------------------
>
>                 Key: WICKET-3658
>                 URL: https://issues.apache.org/jira/browse/WICKET-3658
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.5-RC3
>            Reporter: Attila Király
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5-RC4
>
>         Attachments: WICKET-3658-2.patch, WICKET-3658.patch
>
>
> Wicket has built in converter for a lot of date/time types (4 in wicket-util, 2 in wicket-datetime) but not for Calendar. As Calendar is imho the most usable date/time object in standard java it would be nice if wicket would support it out of box.

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

[jira] [Updated] (WICKET-3658) Add converter for Calendar class

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

Attila Király updated WICKET-3658:
----------------------------------

    Attachment: WICKET-3658.patch

Attaching patch for trunk. Adds a simple CalendarConverter + a junit test.

> Add converter for Calendar class
> --------------------------------
>
>                 Key: WICKET-3658
>                 URL: https://issues.apache.org/jira/browse/WICKET-3658
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.5-RC3
>            Reporter: Attila Király
>            Priority: Minor
>         Attachments: WICKET-3658.patch
>
>
> Wicket has built in converter for a lot of date/time types (4 in wicket-util, 2 in wicket-datetime) but not for Calendar. As Calendar is imho the most usable date/time object in standard java it would be nice if wicket would support it out of box.

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

[jira] [Updated] (WICKET-3658) Add converter for Calendar class

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

Attila Király updated WICKET-3658:
----------------------------------

    Attachment: WICKET-3658-2.patch

Attaching a patch with a minor change to the CalendarConverter in the trunk. This way it is possible to use other delegated Date converters not just DateConverter. (For example the ones in datetime.)

> Add converter for Calendar class
> --------------------------------
>
>                 Key: WICKET-3658
>                 URL: https://issues.apache.org/jira/browse/WICKET-3658
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.5-RC3
>            Reporter: Attila Király
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5-RC4
>
>         Attachments: WICKET-3658-2.patch, WICKET-3658.patch
>
>
> Wicket has built in converter for a lot of date/time types (4 in wicket-util, 2 in wicket-datetime) but not for Calendar. As Calendar is imho the most usable date/time object in standard java it would be nice if wicket would support it out of box.

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