How can i do a dynamic SelectOneRadio in ADF with CollectionModel binding?

225 views Asked by At

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".

My Code

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.

1

There are 1 answers

0
Arjun On

I will first check if the value set on af:iterator is returning expected number of values/rows/items. Then I will check if each of those row item has children property, 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.