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!

Page bindings inside iterator (new to ADF)

dcwatsonMay 2 2011 — edited May 3 2011
In JDev/ADF 11g:

I have a methodAction binding in the page def, which binds to a data control method with 1 method parameter. I need to iterate over a set of values and call this method with each value.

I setup the binding and point the parameter to a look var like #{loopVar}. However during the iteration the binding is only resolved the first time. I.e. each loop iteration sees the results from the first method call. Seems as if the data control binding is only being resolved once. I tried playing various "refresh" properties but couldnt get it to work. Am I going about this iteration all wrong? Im fairly new to ADF.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2011
Added on May 2 2011
14 comments
1,442 views