Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to prevent ADF from automatically executing a view query.

mattysmithMar 9 2006 — edited Apr 11 2007
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2007
Added on Mar 9 2006
23 comments
3,234 views