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!

Problem in customized button (is closing a popup and it shouldn't)

user8959800Aug 28 2013 — edited Aug 28 2013

Hi.

In my ADF application, in JDeveloper 11.1.1.7.0, I have a popup with its dialog and its default 'Ok' and 'Cancel' buttons.

In addition to this, I put a customized command button. I want it to, when it's clicked, going to the server, doing some things in a method and come back to the opened popup.

The fact is that, when clicking this customized button, the method is executed (action or actionListener, I have tested both), but popup is closing immediately.

So, I have to reopen the popup to see the actions done.

How can I avoid the popup gets closed when clicking this customized button?

Thanks in advance.

This post has been answered by Nitish_Potti on Aug 28 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2013
Added on Aug 28 2013
4 comments
162 views