How to execute sql statement of popup only when needed
Hi,
we use ADF 11gR1.
In our application we have af:table.
When user right-click on a row then a context menu appears and the user can e.g. launch a popup with detailed information to the current row.
The problem is that the query for the content of the popup is executed whenever the user clicks a new row in the master table.
I want to execute this statement for popup only when popup is launched.
Is this possible (in a simple way)?
regards
Peter