Please make issues for this in jira

On 11/20/08, aditsu <[EMAIL PROTECTED]> wrote:
>
> Hi, I've been using m3 for a while and just tried switching to rc1. I found
> several problems:
> - LabelTree.getNodeTextModel requires IModel and returns IModel. I was
> overriding it and returning a Model<String>, but I can't do that anymore.
> Why not just return IModel<?> ?
> - RatingPanel now requires an IModel<Integer> for the rating, but I was
> using IModel<Double>. How can I show "rated 3.6 from 7 votes" now? Can it
> use IModel<? extends Number> instead?
> - BaseTree 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>
> ?
>
> Adrian
> --
> View this message in context:
> http://www.nabble.com/Generics-changes-in-1.4-rc1-tp20599173p20599173.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to