[SOLVED] ADF read-only form does not work with params
421202Jun 7 2007 — edited Jun 7 2007I create an ADF read-only form based on a view object that takes in 1 parameter.
I create an ExecuteWithParams binding in my page def and bind it to the tables iterator.
I create an InvokeAction that invokes the executeWithParams.
If I run the page the first record is displayed but when I press Next or Last I cannot see any other records - it show the same record all the time.
If I delete the form and all bindings in my page def file and drop a new ADF read-only table onto the page and recreate the ExecuteWithParams and InvokeAction as above and run the page I can see both of my records.
Why doesn't the same happen for ADF Form ? If I alter my View Object so that it does not take in a parameter and then use an ADF Form against it I can navigate through all records properly.
There is a problem when it uses a bind variable - the Form does not work properly. However using exactly the same technique of binding to the parameter and using a ADF table works.
This is a bug,.
Anyone have any ideas ?
cheers