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.