Skip to Main Content

Java Development Tools

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 Table load time

730534Dec 8 2010 — edited Dec 9 2010
this.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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2011
Added on Dec 8 2010
4 comments
130 views