detail WODisplayGroup & FetchSpec
detail WODisplayGroup & FetchSpec
- Subject: detail WODisplayGroup & FetchSpec
- From: Nathan Dumar <email@hidden>
- Date: Sat, 22 May 2004 18:58:10 -0400
Is there some reason why, in WOBuilder, a detail WODisplayGroup cannot
use a Fetch Spec? When I check the box for "Has detail data source"
the Fetch Spec menu is deactivated. Is there some way I can have both?
Entity Org owns entity User. User owns UserType. I would like to
fetch all of the User objects that are owned by an Org object, and that
have a UserType.typeNum > 0 and < 9.
Do I need to do this with an Org display group and a fetch spec in Org?
That would sure make my code unnecessarily cumbersome.
Or can I do the User display group and fetch spec, and in my code use
the WODisplayGroup.setMasterObject() method? I'm guessing that since
WOBuilder specifically denies the use of both that there is some sort
of problem with doing this.
Thanks,
Nathan
_______________________________________________
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.