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!

Re: Image field cannot refresh when navigate records in jsf page

kdarioSep 14 2014 — edited Sep 14 2014

As this has nothing to do with browser caching you should open new forum thread.

I will just give you some hints how to refresh your data, so you can open new thread if you have additional questions:

a) add Method Call Activity to your navigation(so instead of direct navigation to some page, first navigate to Method Call Activity to execute your iterator and then navigate to page)

b) use PagePhaseListener(or something like that ) to execute query

c) use Database Change Notification to register callback for db changes(this applies only to Oracle DB)

And note that "normal way" to refresh page is usually very bad for applications based on JSF/ADF so you should instruct your users to never use browser refresh and back button.

Dario

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 12 2014
Added on Sep 14 2014
6 comments
251 views