views:

269

answers:

0

I'm working with ADF BC 10.1.3.4, I've 2 pages, a search page that forwards to a detail page with showOneTab component. In the first tab I've an af:table (Editable) with all controls available, Add, Delete & Commit The first column contains a LOV (SelectOneChoice) for each row.

The issue scenario is as follows, Search for a school, select it an go to the details page, the page is rendered correctly, with the LOV elements selected right, I insert a new row, and commit it. every thing goes right. After making another search for another school, and go to the details page, and try to make any modifications, all the LOV components are resetet, and a JBO-27014 is thrown, indicating that the LOV value shouldn't be null, although it has values!!