[
https://issues.apache.org/jira/browse/WICKET-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2250.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.4-RC4
Assignee: Igor Vaynberg
> 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
> Assignee: Igor Vaynberg
> Priority: Minor
> Fix For: 1.4-RC4
>
>
> 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.