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!

ADF table with non-cached iterator not refreshed; bug or feature?

user9038Apr 1 2011 — edited May 23 2011
Situation:
- entity and view object based on hr.employees
- table on a page bound to EmployeesView
- iterator's cacheResults set to false
- a partial submit button on the page, set as table's partial trigger

Scenario:
- user first loads the page
- underlying data in the database is changed
- when the button is pressed, the new data is fetched from the database, but the old data is show on the page after response is completed

Why:
- because EditableValueRenderer.getConvertedString checks if there is submitted value for that field. Even though the user did not change any data, all the values are submitted during partial submit.

Question:
- is this a bug or does it serve a purpose?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2011
Added on Apr 1 2011
6 comments
5,529 views