--- In [email protected], Manish Jethani <[EMAIL PROTECTED]> wrote: > jivankohinoor wrote: > > > > I try to fill a DataGrid from live XML data over http, but the grid > > desperately stays empty. > > The code is : > > > > <mx:HTTPService id="catalogContents" contentType="application/xml" > > method="GET" protocol="http" resultFormat="xml" > > Try resultFormat="object" and see if that works. > > Manish
Thanks, I already tried before, as many other things, and it does not work Also, I have exactly the same problem with the List component, that does not display live XML, but works fine with static XML. Maybe I get some "parasites" in my http result when passing through the Flash Proxy (I use Tomcat 5 as java server) ? But if I monitor network traffic, I see the GET requests OK, as well as the XML response, everything looks fine....

