Update: When the below is executed,
public function onResult(event:ResultEvent):void {
trace("categories = " + event.result)
model.categoryList = ArrayCollection(event.result);
model.applicationState = Properties.STATE_DEFAULT;
}
I get these runtime errors:
categories = [object CategoryVO],[object CategoryVO],[object CategoryVO],[object CategoryVO],[object CategoryVO],[object CategoryVO],[object CategoryVO],[object CategoryVO]
TypeError: Error #1034: Type Coercion failed: cannot convert [EMAIL PROTECTED] to mx.collections.ArrayCollection
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

