Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select one choice loses its value inside of a table after partial refresh.

PamelaSep 12 2018 — edited Sep 13 2018

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.

This post has been answered by Pamela on Sep 13 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2018
Added on Sep 12 2018
2 comments
531 views