I have a floating datagrid that has a Webservice as source of its dataprovider. The dataprovider is generated as contentHandler of the Webservice resultEvent. It works as expected the first time that the widget procedure runs( a buffer that returns results from a Graphic layer). But when I move the mapclick location to generate new results, I get Error #1069: Property item not found on String and there is no default value. The line that the error points to is busStopData = stop.getDataXML.lastResult.root.item , in the following codepublic function getRouteListData():void
{
stop.getDataXML.send();
}
private function contentHandler(evt:ResultEvent):void
{
busStopData = stop.getDataXML.lastResult.root.item;
}
busStopData is the data provider of the datagrid.I can provide more code if needed, but I am wondering if this error in this context might be obvious to someone or something that is characteristic with refreshing dataproviders that might cause the error.Thanks,Jim FaronAustin Independent School District