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!

Bulk update

882076Jan 12 2012 — edited Jan 17 2012
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 14 2012
Added on Jan 12 2012
8 comments
312 views