Editable Table after using selectOneChoice
Content
Hello,
we have ADP based Editable table. First time the table displays and we edit the rows ( rowedit is true ) we are able to edit rows in-line and able to submit the changes. we can see changes in BO
Problem : If we use the selectOneChoice and table gets filtered and then we click the row ... the row is editable, we can type in the row and change data, but when we click Esc or come out of edit mode the changes do not stay. we see original data. As OjTableOjBeforeRowEditEnd is already in place. Then why doesn't edited data stay around. ?? As I said above, first time page renders without using selectOneChoice filter we are able to edit and submit.
0