I have a widget I'm converting over to 2.2 and I'm stuck on this issue. I have a webservice returning data to this widget. This code worked fine in 1.3, but now I'm getting "term is undefined and contains no properties" error on the line with the ssLabel string variable below:
//set labels equal to sql return rows
ssLabel = ObjectUtil.toString(e.result.Tables.Location1.Rows.list.source[0].ss);
TGIF. My old Flex 3 was WGS84 and the new one is web mercator. I'm passing points to the web service and, of course, it won't return any data since the coordinates are off. Duh.