You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Brian Topping (JIRA)" <ji...@apache.org> on 2008/10/18 22:00:44 UTC

[jira] Created: (WICKET-1879) Generics in DateTextField

Generics in DateTextField
-------------------------

                 Key: WICKET-1879
                 URL: https://issues.apache.org/jira/browse/WICKET-1879
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-M3
            Reporter: Brian Topping
            Priority: Trivial


DateTextField should be defined as 'class DateTextField extends TextField<Date>'.  This solves a type safety issue with field.add(DateTextValidator...)

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


[jira] Closed: (WICKET-1879) Generics in DateTextField

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

Timo Rantalaiho closed WICKET-1879.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC2

Fixed, thanks for reporting,

> Generics in DateTextField
> -------------------------
>
>                 Key: WICKET-1879
>                 URL: https://issues.apache.org/jira/browse/WICKET-1879
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-M3
>            Reporter: Brian Topping
>            Assignee: Timo Rantalaiho
>            Priority: Trivial
>             Fix For: 1.4-RC2
>
>   Original Estimate: 0.03h
>  Remaining Estimate: 0.03h
>
> DateTextField should be defined as 'class DateTextField extends TextField<Date>'.  This solves a type safety issue with field.add(DateTextValidator...)

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


[jira] Assigned: (WICKET-1879) Generics in DateTextField

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

Timo Rantalaiho reassigned WICKET-1879:
---------------------------------------

    Assignee: Timo Rantalaiho

> Generics in DateTextField
> -------------------------
>
>                 Key: WICKET-1879
>                 URL: https://issues.apache.org/jira/browse/WICKET-1879
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-M3
>            Reporter: Brian Topping
>            Assignee: Timo Rantalaiho
>            Priority: Trivial
>             Fix For: 1.4-RC2
>
>   Original Estimate: 0.03h
>  Remaining Estimate: 0.03h
>
> DateTextField should be defined as 'class DateTextField extends TextField<Date>'.  This solves a type safety issue with field.add(DateTextValidator...)

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