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.
I don't know how to do this with regular JSF, but if you're using MyFaces, I believe Tomahawk's radio tag can do this. There's information on http://wiki.apache.org/myfaces/Radio