How to prevent ADF from automatically executing a view query.
I am building an App. using Jdev10.1.3, ADF Faces with BC4J. I have a view built on a query which has bind variables. When I use this view on a page, the framework executes the query before I can set the bind variables and so gives an error. How do I prevent the query from executing until I want it to?
As an ex forms developer, I am expecting the executeQuery method on the view to only happen when I tell it to but I can't find a way to ensure this, it seems to happen automatically very early on in the ADF lifecycle - can anyone help?