You've got 2 methods: Object.getChild(idx) Object.getChildArray()
You're calling getChild() without the argument, you need to call getChildArray() instead. :) http://docs.transfer-orm.com/wiki/Generated_Methods.cfm J On Dec 5, 2008, at 11:45 AM, Josh Nathanson wrote: > I’m probably missing something obvious here…I have a onetomany > relationship, and I want to retrieve the array of objects that > represents the “many” part from the transfer object. However when > I try to do this, it errors saying that an index argument is > required. I don’t want an individual object, I want the whole > array so I can loop over it. How do I do this? --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
