Skip to Main Content

Chinese

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!

ADF:Disable AutoQuery behavior of <af:query> during page load

user592596Mar 3 2016 — edited Mar 3 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2016
Added on Mar 3 2016
0 comments
873 views