Discussions
Categories
- 196.7K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.8K Databases
- 221.5K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 477 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.8K SQL & PL/SQL
- 21.2K SQL Developer
- 295.3K Development
- 17 Developer Projects
- 138 Programming Languages
- 292K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 27 Java Learning Subscription
- 37K Database Connectivity
- 153 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 390 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 170 Deutsche Oracle Community
- 1K Español
- 1.9K Japanese
- 230 Portuguese
Re: Image field cannot refresh when navigate records in jsf page

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
-
Hmm, it seems that this forum has some issues(or 'features')
Post above is reply to this thread: Image field cannot refresh when navigate records in jsf page so I don't know how this became totally new thread
Dario
-
Dario,
As you said, this topic is off the original thread (Image field cannot refresh when navigate records in jsf page), but is valuable to me. so I branch it as a new one.
I have two furthur question2:
1.Your suggestion to refresh page data seems a bit complicated, does it the best practice for the job?
--It seems, we also need to use Active Data technology?
2.Can have more evidence or reference docs on this sayings:
"normal way" to refresh page is usually very bad for applications based on JSF/ADF
Thanks.
-
I use the Actions-->branch feature.
But I cannot edit the first branched post, and you become the author of this thread.
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,252 Red Diamond
BAZ, now things get messi
Your intention was good, however branching away the answer isn't something you, we or anybody should do. Now @kdario is in the drivers seat for this thread, not you. It's a flaw in the software that you can branch away part of the thread, not your fault.
Anyway I suggest that you open a new thread with your follow up question referring to the original thread. Abandon this one, please. We are happy to answer to the new thread.
Timo
-
Timo and kdario,
I'd glad to open a new thread for the topic. and thank you all very much for your patiences and kindness.
I think the 'Action-->.branch' is an useful feature when some improvement been made, that is:
When make the branching, the operator (which should be the author of the original thread) should be still the 'driver of the new thread',
and can edit the title and post content for the new thread.(but now cannot).
The benefit of above feature is :
1. the new thread usaually will have some relation with the original one, so keep the relation between them will make the contents/threads in this forum more relevent.
A relevant connected network of information will be more useful than a vast volume of unrelated segements of posts.
2.little inputing will be needed by branch if the author can edit the original branch out post.
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,252 Red Diamond