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!

how to programmatically refresh multiple ui components on clicking a button

user11382244Nov 28 2013 — edited Dec 2 2013

I would like to pro grammatically refresh multiple UI components(2 tables) on clicking a button.

i have tried by adding the following in the action listener.

Adffaceescontent.getcurrentinstance().addpartialtarget(ui component1);

Adffaceescontent.getcurrentinstance().addpartialtarget(ui component2);

Here it is refreshing all the ui components together after finishing the execution of complete action listener.

How do refresh and display the ui component before going through all the aciton listener method or to the next partial target method.?

please help with information on this.

Jdeveloper version: 12c

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2013
Added on Nov 28 2013
5 comments
1,511 views