Right -- What I posted is only helpful inside of the t:columns columns.
In the case where UICommand is inside of a t:dataTable column, you should simply iterate over the biosamplesTable.columns property that you defined. This is going to depend on how your application datastructures are defined. There must be some way that this biosamplesTable changes with each t:datTable row or you'd get the same values every t:dataTable row. On 9/15/06, danielitob <[EMAIL PROTECTED]> wrote:
Thanks very much Mike, you've cleared my ideas... however my question is: suppose i bind t:columns to a datatable and set as value a list... when i click on the button of the first row of my datatable how can i retrieve data inserted into new columns? In summary i need to retrieve the entire row,the fixed columns values are easy,but how retrieve value of first row under column1?and columns2?(those of dynamic datatable)... thanks very much,i hope in your help -- View this message in context: http://www.nabble.com/t%3Acolumns-myFaces...please-help-me-tf2270642.html#a6323131 Sent from the MyFaces - Users forum at Nabble.com.

