3 Replies Latest reply on Mar 31, 2011 9:26 AM by newbeewan

    How to get multiple éléments with #{rich:element('')} ?

    newbeewan

      Hi,

       

      I need to get some checkboxes into a rich:dataTable, client side, I'm using #{rich:element('mycheckboxId')} and I've got null value !

       

      The id is not well computed, because it return from:dataTable:mycheckbox which is false because the real clientId of that component is form:dataTable:0:mycheckbox for the first, form:dataTable:1:mycheckbox for the next one !

       

      How to get the node collection of all checkboxes ?

       

      I'm using richfaces 3.3.3.

       

      Regards