meuarquivo.xhtml
<li class="radio" >
<h:outputLabel for="radioGeneros" layout="pageDirection"
value="#{labels.genero}: " ></h:outputLabel>
<h:selectOneRadio value="#{bean.dadosForm.sexo}"
converter="SimpleIndexConverter" id="radioGeneros">
<t:selectItems value="#{ManterPessoaFisicaMB.sexos}" var="item"
itemLabel="#{item.descricao}" itemValue="#{item}" />
</h:selectOneRadio></li>
estilo.css
li.radio input, radio label {
float: none; /* sobrescrever o float left que não deve ser herdado nos
htmls gerados no radio */
width: auto; /* sobrescrever a definição da largura que não deve ser
herdada nos htmls gerados no radio */
}
--
http://groups.google.com/group/javasf
You received this message because you are subscribed to the Google
Groups "javasf: JavaServer Faces Group" group.
To post to this group, send email to jav...@googlegroups.com