1 Reply Latest reply on Jun 30, 2009 5:33 AM by simomyster

    ExtendedDataTable+Rerender+selectBooleanCheckBox

      Hello everybody and sorry because my english isn't very good.
      I have an ExtendedDataTable wich contains a column containing only selectBooleanCheckBox.
      In the header i have one to select/deselect all rows.
      I placed a a4j:support to listen to events onclick on the selectBooleanChekBox.
      if i put the property reRender, all my rows are initialized (selected=false) even if they are all checked.
      when I eliminate reRender the next traitement success but no row is checked.
      i have an actionListener on all my checkBox wich will be executed but if i put reRender, it doesn't work and all properties are initialized.
      I hope i've explained the problem clearly!
      Thank you for helping me