Pessoal, desculpe se a pergunta for idiota. Na tag t:selectOneRadio ele manda um id=“sor” e depois em t:radio tem um for=“sor”
O que raios isso faz?
<t:dataTable id="dataTable" value="#{manterTipoAcoesControladasBean.listaGridAcoesControladas}" var="result" rows="5"
cellspacing="1" cellpadding="0" rowClasses="tabela_celula_normal, tabela_celula_destaque"
columnClasses="alinhamento_centro, alinhamento_direita, alinhamento_direita, alinhamento_esquerda, alinhamento_direita, alinhamento_direita, alinhamento_esquerda, alinhamento_esquerda"
headerClass="tabela_celula_destaque_acentuado" width="750px" >
<t:column width="30px">
<f:facet name="header">
<ct:ctOutputText value="" style="font-weight: bold;font-family: verdana;font-size: 10 px;" escape="false" />
</f:facet>
<t:selectOneRadio onclick="javascript:habilitarBotaosPesqAcoesControladas(document.forms[1], this);" id="sor" styleClass="HtmlSelectOneRadioBradesco" layout="spread" forceId="true" forceIdIndex="false" >
<f:selectItems value="#{manterTipoAcoesControladasBean.listaControleRadioAcoes}"/>
</t:selectOneRadio>
<t:radio for="sor" index="#{result.linhaSelecionada}" />
</t:column>
<t:column width="360px" >
<f:facet name="header">
<h:outputText value="#{msgs.manterRegraSegregacaoAcessoDados_grid_tipoUnidadeOrganizacionalUsuario}" style="font-weight: bold;font-family: verdana;font-size: 10 px; margin-left:5 px;float:left;" escape="false" />
</f:facet>
<ct:ctOutputText value="#{result.codigo}" style="float:right;" />
</t:column>
<t:column width="360px" >
<f:facet name="header">
<h:outputText value="#{msgs.manterRegraSegregacaoAcessoDados_grid_tipoUnidadeOrganizacionalProprietarioDados}" style="font-weight: bold;font-family: verdana;font-size: 10 px; margin-left:5 px;float:left; " escape="false" />
</f:facet>
<br:brOutputText value="#{result.descricao}" style="float:left;" />
</t:column>
</t:dataTable>