im trying to do a SelectOneRadio that was linked with a binding in ADF.
Mi binding have this structure:
Parent named "Group" (ID, Group, Orden). Child named "Action" (ID, Action, Desc).
I want one radio group for each "Group" with each "Action".

The web don't have error or i cant see it.
And if i can do this, can i get the value of each radio group?
Thanks for all.
I will first check if the
valueset on af:iterator is returning expected number of values/rows/items. Then I will check if each of those row item haschildrenproperty, and see if that too is type of List (or related types). If you follow these two instructions, you will know why this isn't working.