new DropDownChoice<BaseClass> ?

-igor

On Fri, Jun 12, 2009 at 6:06 AM, Martin
Makundi<martin.maku...@koodaripalvelut.com> wrote:
> I have casting problem:
>
> dropDown = new DropDownChoice<? extends BaseClass>(xxxx, new
> ChoiceRenderer<BaseClass>(...));
>
> dropDown.getChoiceRenderer().getDisplayValue(dropDown.getModelObject());
> <-- DOES NOT COMPILE
>
> Is this a wicket bug or bug in me?
>
> **
> Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to