1 Reply Latest reply on Apr 5, 2008 10:19 AM by raog0000

    selectOneRadio group in dataTable

    jadtn

      Hi
      I need a datatable with selectOnRadio (wich select row)
      There is someone who have already do it?
      thanks

      i ve try this, but unsucess..
      <a4j:outputPanel>
      <rich:dataTable id="p" var="wphoto" value="#{fileUploadBean.photos}">
      <rich:column id="idExport">
      <h:selectOneRadio value="#{fileUploadBean.selection}">
      <f:selectItem itemValue="#{wphoto.photo.photoId}" />
      <a4j:support event="onclick" action="#{fileUploadBean.selectionUnique}" reRender="p" />
      </h:selectOneRadio>
      </rich:column>
      </rich:dataTable>
      </a4j:outputPanel>