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

Reply via email to