blank table after asynchronous request
In file examples\grid data - xml\basic.htm after the line
table.setURL("basic1.xml");
I added the following line, expecting the results didn't change
table.setAsync(false);
but the table remains blank, except for headings.
The same things happens if the URL is set to a jsp serving xml data and not a static file.
What else should be changed in order to have a synchronous request working?
Just figuring out how AW works....
Thanks
table.setURL("basic1.xml");
I added the following line, expecting the results didn't change
table.setAsync(false);
but the table remains blank, except for headings.
The same things happens if the URL is set to a jsp serving xml data and not a static file.
What else should be changed in order to have a synchronous request working?
Just figuring out how AW works....
Thanks
Gianni Luppi
January 29,