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 can I force a hard refresh (ctrl+F5)

Leandro VitaleDec 1 2016 — edited Dec 2 2016

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.

This post has been answered by Timo Hahn on Dec 2 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2016
Added on Dec 1 2016
9 comments
522 views