Too many objects match the primary key oracle.jbo.Key[2]. Error
Hi
I have to display a Read Only table and an Editable Form below it so that the user can select a row in the table and that row should be populated in the form below.
The user should be able to update the row and save in the below form.
Then the table above also should be refreshed with the updated values.
For this I have created a VO based on EO.
Using the same data control I have created a UI Readonly table and an Editable form in the same JSF page.
When I run the page, the first row is populated in both the table and form.
When I select the second row in the table, I am getting the following error in the Editable Form
Error: Too many objects match the primary key oracle.jbo.Key[2 ].
My EO has only one Primary key and I have not included the ROWID column in EO or VO.
How can we fix this issue ?
However, if I move the editable form to another page, It is working fine.
But we need to have both the table and editable form in the same page for usability purposes.
Thanks for any help.
Sameer