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

Martin Grigorov resolved WICKET-3550.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.18

Improved in 1.4.x.
It was already improved in 1.5.x

> Make Select component generic
> -----------------------------
>
>                 Key: WICKET-3550
>                 URL: https://issues.apache.org/jira/browse/WICKET-3550
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.16
>            Reporter: Mikk Lauringson
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.18
>
>
> Select component should be made generic, so it would be possible to use type 
> safety with this form component.
> For example: Select<String> select = new Select<String>("select", new 
> Model<String>());

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

Reply via email to