Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

selectOneRadio - how to create space between Linedirectional selectitems

843844Apr 11 2008 — edited Apr 12 2008
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" ; "&nbsp" ; "puttting them in <TD> but nothing works "
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2008
Added on Apr 11 2008
2 comments
298 views