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
            Priority: Minor


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