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.