I am using richfaces datatable. To edit the rich:datatable , i used following lines
<a4j:commandLink styleClass="no-decor" reRender="machineDisplayTable" value="edit" ...
I have a data table with an edit button for each row. When the edit button is clicked, I pass the values of that row to a bean through f:setPropertyActionListener and ...