Hello,
Using JDeveloper :11.1.2.4
I have several tables in the application that are editable and have a selectOneChoice component in some of the columns. The selectOneChoices are created in the model and are dynamic.
Everything is working as expected for long time in production besides when sometimes the table is partially refreshed and for some or for all of the lines in the table the value of the selectOneChoice is lost:
<FacesCtrlListBinding> <getInputValue> ADFv: Could not find selected item matching value 102,558 of type: java.lang.Integer in the list-of-values.
The selectOneChoice has all the values inside its list but somehow still can't find the correct one.