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