Sunday, September 6, 2009

JDev/ADF sample - Programmatical Reset for Query Results

  • Programmatical Reset for Query Results. If you are using ADF Faces Rich Client af:query component in your application, probably you have noticed that if View Criteria is declared not to query automatically, query results are not cleared when Reset button is pressed. There is no bug in this, its how framework works by default, however what to do if customer wants to have it differently. Today I will describe how you can use executeEmptyRowSet() method in order to clear query results.
    Download - QueryReset.zip

No comments: