basicDemographicInfo.gender is a String
and
genders is List<Gender> 




Oblivian wrote:
> 
>  List test = Arrays.asList(new String[] { "A", "B", "C" });
>  add(new DropDownChoice("test", test));
> 
> How can I make the Id's match the Values?  There coming through as 
> 1,2,3.  I've tried custom ChoiceRenderer, but seem to be missing
> something.
> 
> Any help is appreciated.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DropDownChoice-ID%27s-tp23453868p23466110.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to