Page bindings inside iterator (new to ADF)
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.