blind query on search page
Created a search page using ADF and JPA and it's doing a blind query (e.g. findAll) before displaying the page.
The page definition does not have a findAll, just the findByParameters, which works fine after the search parameters are entered.
What is causing the initial blind query? Any ideas?
Thanks for any help.