Accessing Deleted Object
Accessing Deleted Object
- Subject: Accessing Deleted Object
- From: Lon Baker <email@hidden>
- Date: Wed, 14 Jan 2004 15:23:09 -0500
Hello,
I am trying to track down a solution for an error I am seeing.
User A - Views an object
User B - Views an object
User A - Deletes the object
User B - Takes action on the object, triggering an error.
I currently am overriding invokeAction and appendToResponse to try and
catch these objects by making sure they are valid and in worst case
catch the exception and send them back to the previous page.
The error that I am not able to catch is when the page awakes
sporadically it throws an error due to the use of WOConditional on the
page to show certain content.
Does anyone know a solution? One solution which I am considering
implementing that has been recommended is not allowing the immediate
deletion of objects. Instead mark it for deletion to be handle in
batches later.
Any ideas or comments are appreciated.
Thanks,
Lon Baker
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.