0 Replies Latest reply on Jun 2, 2007 4:29 AM by daedlus

    problem with rich:datatable

    daedlus

      Hi

      i have datatable with a column for checkboxes so that user can select the checkboxes and press a delete button to delete all rows that are marked.

      my problem is that even after the rows get deleted the the check boxes that were initially selected still remain checked.i have inspected the state of checkboxes in the backend bean they show as false so they need to be unchecked but they are not.
      i have used <a4j:outputPanel> enclosing the rich datatable and a4j button as delete button which is re rendering the panel .


      ~daed