> After adding the dropdown to the form, i am able to save the record
> properly. However, when i display a  form with an existing record,
> 
> the DropDownChoice is not showing the current 'nationality' and it is
> only
> showing "Choose One";

Sounds like Wicket gets confused regarding value/id, try setting an 
IChoiceRenderer, e.g.

lstNationality.setChoiceRenderer(new ChoiceRenderer("name", "id"));

- Tor Iver

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

Reply via email to