Re: Refreshing objects
Re: Refreshing objects
- Subject: Re: Refreshing objects
- From: Arturo Perez <email@hidden>
- Date: Wed, 12 May 2004 11:37:52 -0400
Nathan Dumar wrote:
In a different situation, I've had great success by not using
this.session().defaultEditingContext()
Instead, create a new editing context, then after saving changes, do
ec.dispose()
(maybe in the functions that go to other pages).
Nathan
I do something similar but I don't do the ec.dispose(). What does doing
the dispose trigger? IOW, should I go back to my code and add disposes?
-arturo
_______________________________________________
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.