I am running into a stupid Problem . I have a Flex Data grid Constructed from mx:HttpService
mx:HTTpService url="somethin.do" The result is an xml file . I am calling the HttpService on the mxmls creationComplete . the First time I call the html file [ the actual flex html ] it works fine . The next time I call it actually does not hit my Controller method. It just populates the data grid from the cache or shows the same Data . if I close the browser and open again it works fine . Can anyone let me know the solution for this . Thanks