I'd think it would be fairly easy to write this, but what do you do if the last item in the path returns a List of objects instead of a single object? Apply the value to all of them or throw an exception?
/dev/mrg -----Original Message----- From: Andrus Adamchik [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 9:32 AM To: [email protected] Subject: Re: writeNestedProperty Hi Andrew, No, unfortunately there's none. Should be easy to add via a custom wedge class sitting between CayenneDataObject and your own class (configurable in the Modeler) Andrus On Jun 29, 2006, at 1:58 PM, [EMAIL PROTECTED] wrote: > Hello; > > Can I ask if there's something like 'takeValueForKeyPath(...)' from > KVC that can be used with 'DataObject'? I was looking for a > 'writeNestedProperty', but couldn't see it. > > Regards; > > ___ > Andrew Lindesay > www.lindesay.co.nz > > > >
