IOptionRenderer getModel(Object value) should change to getModel(T value)
-------------------------------------------------------------------------

                 Key: WICKET-2250
                 URL: https://issues.apache.org/jira/browse/WICKET-2250
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4-RC2
            Reporter: Michael Mosmann
            Priority: Minor


In org.apache.wicket.extensions.markup.html.form.select.IOptionRenderer<T>

public IModel<T> getModel(Object value);

should be changed to 

public IModel<T> getModel(T value);

The type is known as in 

public String getDisplayValue(T object);




-- 
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