Re: Problem in AsyncCallback call, returned with success

2009-11-16 Thread Ricardo Cardoso / Gmr
Hello Sri, It was a great example. I changed my code to a real asynchronous call and it worked. I just moved certain code lines to the success method of the asynchronous call. Before, I was trying to run that lines before the call was finished, as you must know! :) Thanks for your good help.

Re: Problem in AsyncCallback call, returned with success

2009-11-14 Thread Sripathi Krishnan
I think you should go through the discussion in this thread - http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/faca1575f306ba0f?fwc=1 --Sri 2009/11/12 Ricardo Cardoso / Gmr rcc@gmail.com Hello, I'm getting a very strange situation. I get the following error in

Problem in AsyncCallback call, returned with success

2009-11-12 Thread Ricardo Cardoso / Gmr
Hello, I'm getting a very strange situation. I get the following error in log, when I do an AsyncCallback call: Uncaught JavaScript exception [_1 has no properties] in http://localhost:/servoeasy/sc/modules/ISC_Core.js, line 773 But the call is returned with success (I get the user data