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


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