Hi!
I wonder if anyone know how to get this layout(one column for the radio and a corresponding component in the same column but in the row beneath) for a selectOneRadio and any corresponing UIComponent?!
Here is what I mean:
radio1 | radio2 | radio3
text1 | text2 | text3
I early read a solution from Rajeev Ravindran where he fixed one row for each radio and a corresponing UIComponent in the other column, like this:
radio1 | text1
radio2 | text2
radio3 | text3
The solution was with panelGroup and panelGrid... but I don't fix it.
Please come back if anyone have a solution.
/Daniel.