Hi all
I new in
JSF, I want to know how to do to obtain the row was selected in a datatable, I show a List in the datatable, in the datatable there are several columns and commandlink, in this, I send another action, but how can I do for obtain the row was selected
this is my code,thanks, and sorry for the writting I know english a little bit.
<h:column>
<f:facet name="header">
<h:outputText styleClass="tablaitem" value="EMISORA"></h:outputText>
</f:facet>
<h:commandLink target="_blank" id="emisora" action="#liquidacionPorDecretosHandler.consultarListaDecretosDetalle}">
<h:outputText value="#decretos.emisora}">
</h:outputText>
</h:commandLink>
</h:column>