flex editing ResultEvent result
hi, i have a textinput field which has autoComplete, i populate its dataprovider from a webservice. I assign the dataprovider with the result of a webservice call ac.dataProvider = e.result; however i now want to edit each field returned from the ResultEvent so i can add some more inforamtion, i tried doing some thing like this; va...