I've got a data model that I want to add an attribute to (as in adding an attribute to an entity). The attribute is optional and can begin with a nil value.

I've created a mapping model and it opens the old file, but I've got odd behaviour.

The entity is called manufacturer and it has attributes of manufacturerName, manufacturerAbbr, and a relationship called manufacturerProducts

I'm trying to add an attribute called manufacturerNewWeb.

In my interface I have a table listing all my manufacturers, with the name and abbr in columns, and a section below to add new details.

Now the manufacturerName and manufacturerNewWeb seem to be the same. If I change one in my interface they both change.

All I have added to the interface for the new attribute is a new text box bound to the same manufacturers array controller.

What (probably simple) thing have I missed?

Many Thanks

Amy Heavey




_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to