Hi., I want to set tabindex for the whole page where I have a group of radio buttons. <t:selectOneRadio tabindex="100" id="radio1" value="#{configuration.leasingartSelected}" onclick="submit();" > <f:selectItem itemValue="Privat" itemLabel="Privat" /> <f:selectItem itemValue="Gewerblich" itemLabel="Geschäftlich" /> </t:selectOneRadio>
both the selectitems' are taking the same tabindex (=100). So tab view never goes to the second one. If i want to set tabindex for the selectitems' how could I do that? Any help is appreciated. Thanks -- View this message in context: http://www.nabble.com/SelectOneRadio%2Bselectitem%2B-tabindex-t1424639.html#a3840945 Sent from the MyFaces - Users forum at Nabble.com.