hi all,
i am using blazeds in flex.. In java i am directly converting the
resultset to list using RowSetDynaClass and i tried that retrieve that
in flex. Here i mentioned the same code.
java code:
RowSetDynaClass rsdc = new RowSetDynaClass(r);
List rows = rsdc.getRows();
Flex Code:
private function collectMessages(result:ResultEvent):void{
var col:Object = result.message.body;
Alert.show("obj " + col.getItemAt(0).MSG_ID+ "
" +
"col.length"+col.length);
}
total record in table is 5;
i am getting the same record length in flex(col.length). but
col.getItemAt(0).MSG_ID returns 'undefined'.
can any one help on this.?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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/google-maps-api-for-flash?hl=en.