Re: Traversing keys or EOEntities
Re: Traversing keys or EOEntities
- Subject: Re: Traversing keys or EOEntities
- From: Arturo PĂ©rez <email@hidden>
- Date: Wed, 12 Feb 2003 20:47:58 -0500
On Wednesday, February 12, 2003, at 03:27 PM, Jonathan Fleming wrote:
Hi Art or anyone else that can help:
this is the relationship:
tbClient-(owns tbClientData, propagates primary key) > <
(mandatory)-tbClientData
We ran into something similar. We had an entity owned by another
entity. When we created the latter (in your case, the tbClient) EOF
would automatically create the former (in your case, tbClientData).
Then we would create and add our own. EOF would subsequently complain.
It tooks us two 60 hour weeks to figure that one out.
In our resolution we would create the tbClient and then
tbClientData = tbClient.valueForKey("tbClientData");
and then fill the tbClientData up.
Is that what's happening to you?
-------
WebObjects in Philadelphia. You want a cheesesteak with that?
_______________________________________________
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.