Bulk update
882076Jan 12 2012 — edited Jan 17 2012Hi,
I had a requirement where user want to navigate using ADF table for pagination. Version of JDev 11.1.1.4.0 and table data will be populated by XML request which calls to external application.
Assume the request return 5 attributes and 6th attribute to be created as "Transient" which user enter manually from screen of ADF table.
Challenging part of requirement from Client:
1) He want pagination with First, Prev, Next, Last buttons.
2) The transient attribute which user entered manually should retain the value during pagination.
3) Processing the business logic by submit button which need to take all records which user enter the value for transient attribute during pagination.
Please suggest me how to processed in this case using ADF framework.
NOTE:
1) Submit button is not linked directly to DB, it'll form XML request as per our architectural which we used in other modules too.
Amar.