Re: Snapshot problems
Re: Snapshot problems
- Subject: Re: Snapshot problems
- From: Guido Neitzer <email@hidden>
- Date: Mon, 23 Apr 2007 11:33:11 -0600
On 20.04.2007, at 16:12, Steven Mark McCraw wrote:
public CatalogItem() {
super();
saleInfo = null;
saleItemsFetched = false;
configurableKit = false;
}
...
Or was I right the first time, and the code I added above is
problematic? Sorry for all the confusion / false hope.
You should do that in "awakeFromInsertion(EOEditingContext ec)".
Remember: never work with an EO that's not in an editingContext. And
during construction, it is not in an editingContext.
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden