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 to execute sql statement of popup only when needed

hofespetNov 3 2009 — edited Nov 5 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2009
Added on Nov 3 2009
3 comments
426 views