Re: developing dataTable custom Component
Posted By:
tulasi_devi
Posted On:
Friday, December 8, 2006 02:01 AM
suppose say u hv a ListDataModel binded to h:dataTable this way :
here list holds all the products, whenever any action performed on the corresponding row, then the corresponding row data could be got in the action method by calling getRowData on the ListDataModel. here as per the above dataTable in getDetails method u can call productListDataMode.getRowData()
/tulasi.