Hello, In a application i m trying to make , i need in order to successfully create it , to get some data from different Json requests.
for ex Name, L_Name , address , tel Accordingly i call , using a for loop , each time a json request with different url. then i extract and save the data. Now the problem that i face is that sometimes , dont know why , the data is saved randomly. I m sending first Name , L_name , add , tel and may the response will be L_name , tel , add , Name. Algorithm implementation waits first to extract and save the data and then it calls again the Json_request with the new url. Anyone knows why something like that could happen?? To test the data i use Window.alert msgs as debug. When i remove them i face another problem. It seems like the array that holds the json data is null!! and nothing is printed. Whereas i uncomment Window.alert msg , i can get the data but unordered.?? Any clue? ty. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
