My 2 cents:add a boolean property to your backing bean: 'isSelectedForCopy' and map this property to a checkBox. Then scan array for beans which are 'selectedForCopy' during your action.
::SammyRulez:: wrote:
Hi all I have a form whit a t:datatable which dynamicaly create inputtext elemets mapped on array's values. I would like to add a "copy value" behaviour but since the IDs of the textimputs are generated at runtime I can't figure out how to do. Any Clues? Thanks

