is it possible to return query data from a cfc back to flexusing the
following : SELECT projectID,
projectName, description, contributor FROM projects i can't seem to get the data to display into a
datagrid. I'vetested the query on a normal page and it does work, and
just to besure the component is actually being reached i added another
methodthat passes a simple string back - and does so successfully so
nodrama there. This is how i pass recordSets back to flash, is it
thesame for flex base...