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

James Carman updated WICKET-2803:
---------------------------------

    Priority: Minor  (was: Major)

Adjusting priority.  This isn't major, but it is annoying.

> ListMultipleChoice's Constructors Should Accept IModel<? extends 
> Collection<T>>
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-2803
>                 URL: https://issues.apache.org/jira/browse/WICKET-2803
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.7
>            Reporter: James Carman
>            Priority: Minor
>         Attachments: WICKET-2803.patch
>
>
> Currently, the constructors accept IModel<Collection<T>> for the "model" of 
> the ListMultipleChoice.  Thus, you can't pass in an IModel<Set<T>>.  The 
> constructors should be modified to take IModel<? extends Collection<T>> 
> instead.

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

Reply via email to