Hi,
Using JDev 12.2.1.2.
I have a fragment associated to a ViewScope bean that presents a table with a list of values.
Each row as a button that will open a popup to present more detail of the selected record. The content of that popup is a region (flow and respective fragment).
The problem that I have is the number of executions of the same method, meaning, when I enter the list it will execute one time as expected. When I open the record it will execute the method to fetch the record data and after that it will also execute the list method again.
I have added the Iterator attribute Refresh with value ifNeeded, but still the list method is executed more than once.
Any ideas on how to correct this?
Thanks