The problem has been solved! 

My problem was my ChoiceRenderer rendrer = new ChoiceRenderer("Name",
"ProviderID");

The provider ID is the same for both of the values in the dropdownchoice, so
no matter which i picked i'd choose the same "ID".

So i created a uniqueID to use in my choicerenderer:

ChoiceRenderer rendrer = new ChoiceRenderer("Name", "UniqueID");

Which is basically just a combination of the providerid + the name.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-in-a-listview-not-updating-model-With-ajax-tp4675176p4675183.html
Sent from the Users forum 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