Hi all,
Jdev: 11.1.1.7.1
I see a couple of old threads on the same and did not find a solution on them and as I am debugging this issue now, thought would take help from the community on this.
I have an af:selectOneChoice in my editable table. This is a model driven list and the list of values load perfect - see no issue here.
The issue however is that the value from database is not selected on the LOV. On debugging found below observations:
1. The row binding for the selectOneChoice value is NULL - #{row.bindings.xyzAttr.inputValue} is evaluating to NULL and hence not selecting.
2. Works fine from the BC Tester.
3. The VO attribute is updateable set to 'Always'.
I suspect that the LOV value is not getting propagated to the ADF binding layer for some reason - any clues?
Old Thread: [RESOLVED]putting af:selectOneChoice into a af:table row