The "somethin. do" has to be unique each time. Some people use
Date.getTime().  You can also try using POST instead of GET.

 

Tracy Spratt,

Lariat Services, development services available

  _____  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of guess what
Sent: Monday, June 01, 2009 10:39 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Mx:Http Service Refresh Issue

 







No that does not work .

--- On Mon, 6/1/09, Manish Jethani <manish.jeth...@gmail.com> wrote:


From: Manish Jethani <manish.jeth...@gmail.com>
Subject: Re: [flexcoders] Mx:Http Service Refresh Issue
To: flexcoders@yahoogroups.com
Date: Monday, June 1, 2009, 8:01 PM

On Tue, Jun 2, 2009 at 6:12 AM, guess what <myworld100us@ 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