In the ListEditMap you can retrieve the deletedKeys, is there any way to retrieve the deletedValues?
I'm not sure if this is the right way to go about what I am trying to do so I will describe it below: When 2 users are using my form, userA is editing some fields on record_foo meanwhile userB removes that record before userA has a chance to submit. Later userA submits and I would like the following to occur: I want the application to realise the object was removed from the database, then to recreate a new copy of it and initialize it with the changes userA made. In essence I DO NOT want to loose the changes userA made because they take a long time to input. I would prefer to create a new copy of the old object and display a warning informing them that someone else tried to delete this object. Thanks, Filip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
