Re: Problem in Many-Many Relationship
Re: Problem in Many-Many Relationship
- Subject: Re: Problem in Many-Many Relationship
- From: Radwar <email@hidden>
- Date: Tue, 8 Apr 2003 19:55:18 -0400
currentRole.addToToUsers(selectedUser);
this.session().defaultEditingContext().saveChanges();
use the method
currentRole.addObjectToBothSidesOfRelationshipWithKey(object,
relationship_name) method, to properly set the foreign keys.
-Seejo
_______________________________________________
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.