Set InitialQueryOverridden="true" in jsff pagedef but it does not refresh

<variableIterator id="variables"/>
<iterator id="GroupPartyIterator" Binds="GroupParty"
DataControl="GroupAMDataControl" RangeSize="25" RowCountThreshold="-1"/>
<searchRegion Criteria="GroupSearchCriteria"
Customizer="oracle.jbo.uicli.binding.JUSearchBindingCustomizer"
Binds="GroupPartyIterator" id="GroupSearchCriteriaQuery"
InitialQueryOverridden="true"
Refresh="default"/>
Last 2 lines I set for searchregion of af:query in jsff page, I am getting the results only when InitialQueryOverridden="true" w/o this I am not getting result,
Problem: result table is not getting refresh unless I run new query, I want to refresh table after it loads for first time. Any thoughts...

http://adfharness.blogspot.com/2011/12/query-binding-property.html
A search binding's InitialQueryOverridden property controls whether it should suppress its initial AutoQuery-or-ClearRowSet behavior the first time the search binding is used in a page flow. If TrackQueryPerformed is true, then it effectively means that it suppressValid values include "true", "false", or a boolean-valued EL expression. The default value for the property is false.

Similar Messages

Maybe you are looking for

  • Can Someone Tell me how to Secure my webpage from Copying? Thanks!

    I am new to iweb and .mac. I have just punished my first page to my .web account. It has some family photos on it. How do I make it so that people cannot do a "save as" and copy the pictures that are on the web page? Thanks for your help, Steve.

  • Logic Express not working on mountain lion!

    i am having problems with logic express 9.0.0 which is not running on mountain lion 10.8.2. i have made an attept to try and get newer updates but before it gets anywhere this pops up      " An eligible Logic Express Version was not found in      the

  • R12 -AP-Creditors Ledger

    Hi there, I am working in Release 12 Instance. In Accounts Payables module : India-Creditors Ledger Report is there -Specific to Localized vendors But i want Creditors Ledger report Which is the report for all the vendors (local and nonlocal vendors

  • OS 9 SYSTEM, APPS and DESKTOP FOLDERS!!!!!

    Hello world. I have a new mac mini core duo. I love it, a great machine. I did a migration from my emac. Which was really handy. The question is, is it safe for me to delete the applications, system and desktop folder for OS 9 (classic) that used to

  • Null in PreparedStatement update

    I am having trouble updateing values with a PreparedStatement when I use null as a value for one of the parameters. Example: String sql = "UPDATE MYTABLE SET MYFIELD = ? WHERE MYKEY = ?"; PreparedStatement query = myConnection.prepareStatement(sql);