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!

[SOLVED] ADF read-only form does not work with params

421202Jun 7 2007 — edited Jun 7 2007
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2007
Added on Jun 7 2007
3 comments
596 views