Hi
I have a ADF view object with query e.g "select a, b from c where d =

"
I then want to create a JClient panel where I give the bind variable as input and want the result of the ADF view object to appear in a JTable.
The DataControl panel contain the ADF view object, but when running the app. I get an error saying the the binding variable has not been set (this error is expected), but how do a set this using the ADF binding layer?

johnny