Hi All,
I am using JDev 12.1.3.
I have an application, where all the data is read only and insert/ updates from this application.
I have a search page, where in I have Query Panel and results table.
Search panel I have is custom one(not based on the view criteria) and on click of search button, will be collecting the search inputs and passing the same to the View Criteria programmatically.
Results table has partial triggers of the search button and will be refreshed on click of search button.
All these things works fine when App Module Pooling is enabled, But not when pooling is disabled.
What is happening when pooling disabled is "Results table displays all the data and none of the filter on the table or Search Criteria able to filter the data ".
I don't see anything logging in the console regarding this.
Any pointers on this please.
thanks,
Veeresh