Hi,
I have a selectOneRadio -
<h:selectOneRadio id="myradio" layout="lineDirection">
<f:selectItem itemLabel="Label 1" itemValue="1"/>
<f:selectItem itemLabel="Label 2" itemValue="2"/>
</h:selectOneRadio>
When i run it, both the selectItems appear LineDirectional but are very close to each other.
How can i create some space between two selectItems. I tried all HTML basic stuffs like "BR" ; " " ; "puttting them in <TD> but nothing works "