you are making things too hard? fetch your array, and return your objects with a filter that allows only what you want to send.
only want to return the object id's? well, that should just work as far as I'm aware - On Mar 8, 2013, at 4:11 PM, Paul Yu <[email protected]> wrote: > Greetings > > I am trying to return a list of the primary keys of a toMany relationship on > an EO. > > I've written a method on the EO to put the keys into NSMutableDictionaries > and added them an NSMutableArray. I then return the array to my rest > controller. > > This is NOT working as I would have expected. What am I missing and is there > a video that I should watched? > > Thanks > > Paul > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
