Using select row checkboxes in CAF

Hey guys,

I need your expertise on problem I’ve been dealing with for a few days now… I did post a thread on the Web Services, SOAP forums but no response as yet…

Basically I need to implement “select row checkbox” in a view that gets data from a database table and just simply insert certain fields of the selected rows into another table.

I followed all the basic principles of ensuring that

  1. I have a content provider (using updatable table with selection) for the output to the CAF view.
  2. my insert to the new table is through a batch insert adapter service with its input via a list.

My problem is how to make the assignments to do the inserts in my action insertItems.

Please… any help is much appreciated.

Kind regards
Vikash.