Hello,
I am using oracle J Developer version 11.1.1.7.0, I have a JSFF page fragment search form which is designed using <AF:query> panel with table , The query which my read only view object is based on takes a long time to be executed, resulting in a noticeable delay during the page load due to the framework's <<AutoQuery or ClearRowSet behavior>> , the query automatic property of the read only view object's view criteria is unchecked as I don't want the query to be initially executed due to performance considerations,how can I disable automatic query execution during the page load? , taking into consideration that I've tried setting InitialQueryOverridden property of the view criteria to true with the TrackQueryPerformed property having a value of PageFlow at the binding of the page fragment to override this default behavior, but in vain !!, kindly provide me with a solution to disable the automatic query execution of my read only view object during page load
Thanks