rc1 generics - LabelTree
------------------------
Key: WICKET-1947
URL: https://issues.apache.org/jira/browse/WICKET-1947
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC1
Reporter: Adrian Sandor
LabelTree.getNodeTextModel requires IModel<Object> and returns IModel<Object>.
I was overriding it and returning a Model<String>, but I can't do that anymore.
Why not just return IModel<?> ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.