rc1 generics - BaseTree
-----------------------
Key: WICKET-1949
URL: https://issues.apache.org/jira/browse/WICKET-1949
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC1
Reporter: Adrian Sandor
The second BaseTree constructor requires IModel<TreeModel>; I was using a Model
with a DefaultTreeModel object, but I can't do that anymore (TreeModel is not
necessarily Serializable). Why not just require IModel<? extends TreeModel> ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.