You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/04/24 10:56:30 UTC

[jira] Resolved: (WICKET-2137) Synchronize generics between ListView and DropDownChoice

     [ https://issues.apache.org/jira/browse/WICKET-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2137.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3
         Assignee: Igor Vaynberg

fixed by applying WICKET-2165

> Synchronize generics between ListView and DropDownChoice
> --------------------------------------------------------
>
>                 Key: WICKET-2137
>                 URL: https://issues.apache.org/jira/browse/WICKET-2137
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4-RC3
>         Environment: 1.4-SNAPSHOT as of 2009-01-28
>            Reporter: Brill Pappin
>            Assignee: Igor Vaynberg
>             Fix For: 1.4-RC3
>
>         Attachments: TestGenerics.java
>
>
> DropDownChoice has a generics definition of List<? extends T> in its constructor. 
> This causes trouble with existing models that may be used in a DropDownChoice and is not consistant with ListView which uses <List<T>>.
> Change DropDownChoice to match the other list type components so that their models can be used across components.

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