I don't use Java or BlazeDS but when I get data from PHP via AMF, I usually send back an array of objects. On the Flex side I do this:
datagridArrColl = new ArrayCollection(ArrayUtil.toArray(event.result)); myDatagrid.dataProvider = datagridArrColl; --- In flexcoders@yahoogroups.com, "tim...@..." <tim...@...> wrote: > > I'm currently returning a SQL ResultSet from my Java class via Blaze to Flex > and I'm trying to figure out how to bind for example a datagrid directly to > the ResultSet object in Flex or iterate through it and then bind to the > result. > > If anybody could point me in the right direction I'd greatly appreciate it! > Thx, Tim. >