Re: DropDownChoice constructor

2009-02-27 Thread Adriano dos Santos Fernandes
Seems I'm late reading this list, and encounter the same problem discussed in another thread today. :-) Adriano - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.

DropDownChoice constructor

2009-02-27 Thread Adriano dos Santos Fernandes
Hi! Maybe I'm dumb today :-), but I can't access this constructor: public DropDownChoice(String id, IModel> choices, IChoiceRenderer renderer) So I had created new functions using similar generics parameter, and it also don't work for the DDC equivalent: private void temp1(String id, I