How can I have a selectOneRadio with an noSelectionOption which is selected by default?
I have the following:
<p:selectOneRadio>
<f:selectItem itemLabel="none" noSelectionOption="true"/>
<f:selectItems value="#{bean.anything}"/>
</p:selectOneRadio>
I want to have the "none" selected by default? How do I do that? As there is no "selected" Attribute for