Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Aarththe #1
HTTP Services for DataGrid
why is it that, when we send a web request for some data from a .jsp or .xml file, for a datagrid , we dont get the result displayed on the DataGrid if we have only one set of data.
Aarththe Guest
-
Http services problem
Dear Friends: My Problem is about the Http services Install Flex base on BEA Weblogic, JRUN4,Tomcat all the same problem my sever in intranet ,... -
Enabling HTTP Post to invoke web services
I am calling a .Net web service from a traditional ASP page. I am using the ServerXMLHttp object. For example: sWebSvcUrl = "http://.....asmx"... -
No HTTP Post/Get show in Web Services WSDL.
Hello all - Bear with me during this explanation as I have run myself ragged trying to figure this one out. When I compile my web service that... -
web services over http
Hi I have a webservice setup for which I want to use client certificates. I installed a Web-Server certificate on my web server. I then generated... -
Custom HTTP Modules and Web Services
I created a Web Service and a custom HTTP Module. I've put the HTTP Module dll in the Web Service's bin folder. I've put in the Web Service's... -
peterent #2
Re: HTTP Services for DataGrid
Can you give an example of the XML you are returning? And what do you have the HTTPService resultFormat set to? Are you dynamically binding the results to the datagrid?
peterent Guest
-
peterent #3
Re: HTTP Services for DataGrid
Did you mean that everything is fine if you have 2 or more rows of data, but a
single row does not show up?
If that's the case, do this:
datagrid.dataProvider = mx.utils.ArrayUtil.toArray( results_from_data_request
);
A single row of data is being returned as an Object, not an Array of a single
Object. This will make an array out of the data if necessary.
peterent Guest
-
Aarththe #4
Re: HTTP Services for DataGrid
Thanks Peter Ent .I got my problem solved.
Aarththe Guest



Reply With Quote

