Displaying ADF BC VO and Sub VO using af:iterator
KHeinOct 6 2011 — edited Oct 7 2011Hi everyone,
I am using af:iterator to display all the rows in adf vo and sub vo. Basically, each row in the first VO is pointing to a couple of rows in second VO via view link. So I nested 2 af:iterator for each VO and bind through binding layers. But I found out that af:iterator doesn't change the current row of the VO, so the current row of the first VO stays remains at 0 and it points to the same sub VO for every row.
Is there any way to fix this issue or what is the best way to display the data in such situation? Thanks in advance.
Regards,
K.Hein