6 Replies Latest reply on Aug 14, 2008 5:13 PM by talktocool

    richfaces dataTable ???

    jak.wei

      <rich:dataTable width="483" rowKeyVar="keyv" id="carl" rows="5" value="#{cars.allCars}" onRowClick="check('#{keyv}')" var="car">


      how i can get the rowkey at the backingbean with row onclick, please help me , thanks ,