Thursday, August 9, 2012

How to block first time execution of an iterator when a page loads

If you want to stop the automatic first time execution of a query when page loads.

In ADF 10.1.3, add ${adfFacesContext.postback == true} to refresh condition of the iterator that displays the data in your page.

In ADF 11g, add #{!adfFacesContext.initialRender} to refresh condition of the iterator that displays the data in your page.