On Tue, Jun 2, 2009 at 6:12 AM, guess what <myworld10...@yahoo.com> wrote:

> 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 .

You're hitting the browser cache.

How about this:

  mx:HTTpService url="somethin.do?"

Manish

Reply via email to