How i can force a hard refresh in main page (Ctrl + F5) when return of one Popup.
I use this code, but didn't worked
BindingContainer bindings = getBindings();
OperationBinding operationBinding = bindings.getOperationBinding("Execute");
operationBinding.execute();
Any idea? I use JDeveloper 12c.