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!

Data Control/Entity/View Object to XML Transformation

848013May 3 2022

Hi
I am on 12.2.1.4. I have a view object based on an entity object. I dragged and dropped this view object as a table on my page
I have an XML Payload on my page as an iterator. this is needed for my requirement. I want to update this XML payload with the values in the view object.
Case 1: ADF table has 3 rows and my XML payload has 3 rows. so i used the XML iterator inside table iterator and updated the values
Case 2: Added a new row in my page. Now i have 4 rows in my ADF table and 3 rows in XML payload. I am able to update the first 3 rows. but how can i add a new row to my XML iterator and add/update 4th record?
Thanks
Lakshmi

Comments
Post Details
Added on May 3 2022
1 comment
58 views