[flexcoders] Re: HTTPService not updating...

2010-08-19 Thread Laurence
Yep, I guess it was getting cached... I added the timestamp stuff that was in both of the responses here, and that took care of it -- fresh data every time. Thanks! L. --- In flexcoders@yahoogroups.com, dorkie dork from dorktown dorkiedorkfromdorkt...@... wrote: it's prob accessing it from

Re: [flexcoders] Re: HTTPService not updating...

2010-08-19 Thread Wesley Acheson
Whats the server type? You could probably add the expires header, cache-control:none and pragma:no-cache. Btw please look these up I'm typing from memory. I'd personally prefer the correct response headers to spurious timestamps. On Thu, Aug 19, 2010 at 8:34 PM, Laurence lmacne...@comcast.net

[flexcoders] Re: HTTPService not updating tilelist itemrenderer

2007-01-30 Thread meathead
I don't think the problem is binding to lastResult. The code works. When I use my third tier to capture the data and insert it into my SQL table, it works like a charm. When I return to the main page, the data isn't there. If I close the application and start it again, the data shows. I'm

[flexcoders] Re: HTTPService not updating tilelist itemrenderer

2007-01-30 Thread meathead
Okay, I've figured it out. It seems I left out some information from my original post that might of helped. The problem was in my aspx code that generated the xml for the HTTPService. I needed to make sure not to cache there. I'm showing my whole aspx code for others in case they run up