ADF Table load time
730534Dec 8 2010 — edited Dec 9 2010this.getCmSubscriberNewView1().executeEmptyRowSet();
Hi,
JDeveloper 11.1.1.3.0v
I have 6 tables in my jspx page and before loading the page. I am calling the AM method to clear the previous data by the below code.
this.getCmSubsw1().executeEmptyRowSet();
Now my issue is, even though I call this executeEmptyRowSet, table is taking long time to load. I dont want any execution of my VO object's at the time of page load.
All I want is, when ever user clicks on search button, these vo's should get executed and load the data.
Please let me know how to achieve this.
Thanks.