I have a table with several editable columns. I also have a PrimaryKeyConverter in order to avoid serializing entire objects to the client. I assume that the getValue(Object primaryKey) method of my converter gets called before processing each row, but how do I then get the collection of row objects with their new value. Basically, I need to call dao.store(rowObject) for each row, but I don't know how to get the collection of row objects.
--sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
