1 Reply Latest reply on Dec 14, 2007 1:05 PM by nbelaevski

    Newbie question regarding dataGrid binding and extracting th

      I have a rich:dataGrid that is bound to my backing bean. The dataGrid is succefully be rendered using the ArrayList, and the setXXX(HtmlDataGrid dataGrid) function in my bean is being called where I am saving the reference to the dataGrid to a private data member variable.

      I have one column that contains only checkboxes and I want to allow the user to select/deselect them and then click my APPLY commandButton and call the bean's save() function.

      So now I am in the save() function and have access to the dataGrid through my private data member variable, but I can't figure out how to get the data for the checkboxed column.