WOBrowser Content Problem...
WOBrowser Content Problem...
- Subject: WOBrowser Content Problem...
- From: "Jonathan Fleming" <email@hidden>
- Date: Wed, 08 Jan 2003 14:51:01 +0000
I have a list of categories in a WOBrowser that are from an entity (nameed
TbCategory) that links to a join entity (which is abstact) which links to
another toMany entity (named TbClient) forming a many-to-many senario,
however, whenever I update or create a new form the WOBrowser categories
grow such as:
("("Music Sales", "DJ")", "("Music Sales", "DJ")") ("("Photography",
"Hypnotherapy", "Music Photo Library")", "("Photography", "Hypnotherapy",
"Music Photo Library")", "("Photography", "Hypnotherapy", "Music Photo
Library
("("Photography", "Hypnotherapy", "Music Photo Library")", "("Photography",
"Hypnotherapy", "Music Photo Library")", "("Photography", "Hypnotherapy",
"Music Photo Library
("("Music Sales", "DJ")", "("Music Sales", "DJ")")
("("Photography", "Hypnotherapy", "Music Photo Library")", "("Photography",
"Hypnotherapy", "Music Photo Library")", "("Photography", "Hypnotherapy",
"Music Photo Library
Recording Systems
Singer
Song Writer
Sound
The WOBrowser is bound in this fashion
Browser1: WOBrowser {
displayString = tbCategory.categoryName;
item = tbCategory;
list = tbCategoryDisplayGroup.allObjects;
multiple = true;
selections = tbClient.tbCatJoin_tbCategorys;
size = 9;
}
Can anyone tell me what my problem is here.
Advanced Thanks
Regards
Jonathan
_________________________________________________________________
The new MSN 8 is here: Try it free* for 2 months
http://join.msn.com/?page=dept/dialup
_______________________________________________
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.