So, theoretically, were someone to try and do this kind of nested
binding today using Tiger, how would they go about doing it?
It's not quite clear now exactly what you want.
Is it the case that you have an array of Order objects managed by an
array controller (Orders Controller) and you want in a table view to
display the Order Items associated with the current selection in
Orders Controller?
If so, you need a second array controller, to manage the selection.
Its Class Name will (obviously) be OrderItem, and you bind its Content
Array to [Orders Controller].selection.
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com