Hi all,

is it possible to have labels of selectItems to be clickable and change the state of the corresponding radio buttons? I use Seam for the selectItems.

My code:

<h:selectOneRadio value="#{internalTpDlg.currentTestpattern}">
        <s:selectItems var="currentTestpattern"
                label="#{currentTestpattern}"
                value="#{internalTpDlg.testpatternItems}">
        </s:selectItems>
        <f:selectItem />
        <s:convertEnum />
                                                
        <a4j:support event="onchange" reRender="Selector">
        </a4j:support>
</h:selectOneRadio>


Thanks in advance,
Axel

Reply via email to