Re: Attempt to insert null key into a com.webobjects.foundation.NSMutableDictionary
Re: Attempt to insert null key into a com.webobjects.foundation.NSMutableDictionary
- Subject: Re: Attempt to insert null key into a com.webobjects.foundation.NSMutableDictionary
- From: Nick Pilch <email@hidden>
- Date: Wed, 14 May 2003 14:55:21 -0700
Or, do you have both the flattened relationship and the unflattened
relationship to the join table present in your model? Be careful with
this. You have to keep both updated. WO won't keep them in sync
automatically. I only use flattened relationships when I know my app
won't be modifying the relationship (i.e. in read-only situations).
Otherwise, I don't use them or I create a cover method in my EO to
simulate them using valueForKeyPath.
On Wednesday, May 14, 2003, at 09:57 AM, Jevon Hills wrote:
I'm having some problems and the only Info I get is Attempt to insert
null key into a com.webobjects.foundation.NSMutableDictionary.
I have a flattened relationship between CollectionDescription and
Content.
Bad things seem to happen when the underlying relationships
of a flattened relationship are class properties. That's not true
in your eomodel, right?
Aloha,
Art
_______________________________________________
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.
--
Nick Pilch / email@hidden
_______________________________________________
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.