0 Replies Latest reply on Jun 21, 2009 11:50 AM by raghu_dev2005

    How to get the rowIndex of updated rows in a rich:datatable

    raghu_dev2005

      Hi Everyone,
         In my application,I m using rich:datatable to list the search result. In the datatable, comboboxes and textfield are there. The user can select the option in Combobox and enter the values in textfield and can save. For saving the datas, currently  i m updating the entire datatable values in the DB. This consumes much time and applicaion is slower.
         My problem is how get only the rows modified by the users. Can anyone please help me.