Hi, An idea... You could use XML to transfer the data from Flex < -- > CF and to create a dynamic ObjecVo in Flex you could just create and object and just add properties to that object and assign the values.
You could create a VO in Flex that is designed around the XML... But I guess why would you bother with Dynamic VO's when you already the have data in XML. I can't help with the CF VO side of things but can you not ditch the server side VO's and use XML instead? Nick -- http://blog.middleweek.co.uk On 3 March 2010 09:35, Laurence MacNeill <[email protected]> wrote: > > Alternatively, there was a suggestion earlier that I use an > associative array within my VO to grab the "changed" fields. I said > that I'd never been able to get CF to return such an array, but I got > no response on that... Can anyone tell me how to get CF9 to return > an associative array within a VO? In case there's just no other way > to do it... > >

