Strange behavior with OEModeler
Strange behavior with OEModeler
- Subject: Strange behavior with OEModeler
- From: Erwin <email@hidden>
- Date: Sun, 1 Aug 2004 17:58:24 +0200
A very basic situation and a strange problem (but it's Sunday and very
hot outside...)
I have one entity Product with 3 fields
- productID (Number-Mediumint) primary key
- productDescription (String-Varchar 40)
and a oneToMany relationship
- productFeatures (to Feature , productID, productID connected)
and another one Feature entity with also 3 fields
- featureID (Number-Mediumint) primary key
- product ID (Number-Mediumint)
featureDescription (String-Varchar 40)
and a to-one relationship
- product (to Product , productID, productID connected)
in WOBuilder in defined a 'feature' key (type Feature)
I can see the 2 keys (featureID and productID) and the product
relationship
BUT I don't see the featureDescription field !!!!!!!
what's wrong ??? (the FEATURE_DESCRIPTION table is defined...)
_______________________________________________
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.