HI
 
I have two selectionOneMany components on a page. Its just like the case in which a selectionOneMany for a country when changed updates the second selectionOneMany for its cities.

I have used a valueChangeNotifier (as the code has to update some text fields) with the first component. Onchange citySelect will fetch the new values corresponding to the county.
Now when I change my country listbox I get a validation error
 
Validation Error "citySelect": Value is not a valid option.
 
I think that the possible reason might be that I am trying to bind a new City to the component. Because the component would look in the selectitem collection for my binded value and when it wont find it,  it will throw a validation error. But then what can be a workaround to implement such a case?

Reply via email to