Re: Refreshing a Page
Re: Refreshing a Page
- Subject: Re: Refreshing a Page
- From: Art Isbell <email@hidden>
- Date: Thu, 23 Jan 2003 14:17:25 -1000
On Thursday, January 23, 2003, at 09:45 AM, Jonathan Fleming wrote:
I have an NSMutableArray Array of objects which have a delete link in
the list, however, when i delete the object it remains in the list
even after a save to the database.
Sounds like you aren't updating the array of objects. One approach
would be to send the array a removeObject(deletedObject) in the method
bound to the delete link.
Art
http://homepage.mac.com/aisbell/
_______________________________________________
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.