Re: Sync AJAX ( instead of async)

2010-07-21 Thread Dimitrijević Ivan
prakash.masilam...@gmail.com wrote: Its not possible with GWT. refer below link.http://code.google.com/webtoolkit/doc/latest/FAQ_Server.html Regards, Prakash M. On Jul 20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back

Re: Sync AJAX ( instead of async)

2010-07-21 Thread Nathan Wells
an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET, url, false); It's just that for a particular requirement we have to have call sync -- You received this message because you are subscribed to the Google

Re: Sync AJAX ( instead of async)

2010-07-21 Thread David Given
On 21/07/10 16:10, Nathan Wells wrote: There is only one case I know of where synchronous should be used: when you want to do a server call and get a response when the user is leaving the page. I sincerely hope that my web browser would fail to honour this! Delaying page close is deeply

Re: Sync AJAX ( instead of async)

2010-07-21 Thread cokol
20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET, url, false); It's just that for a particular requirement we have to have call sync

Re: Sync AJAX ( instead of async)

2010-07-21 Thread mk
wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET, url, false); It's just that for a particular requirement we have to have call sync- Hide quoted text - - Show quoted

Re: Sync AJAX ( instead of async)

2010-07-21 Thread cokol
: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET, url, false); It's just that for a particular requirement we have to have call sync- Hide quoted text - - Show quoted

Re: Sync AJAX ( instead of async)

2010-07-21 Thread mk
/webtoolkit/doc/latest/FAQ_Server.html Regards, Prakash M. On Jul 20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET

Re: Sync AJAX ( instead of async)

2010-07-21 Thread Nathan Wells
, Prakash M. On Jul 20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET, url, false); It's just

Re: Sync AJAX ( instead of async)

2010-07-21 Thread Brian Reilly
below link.http://code.google.com/webtoolkit/doc/latest/FAQ_Server.html Regards, Prakash M. On Jul 20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from

Re: Sync AJAX ( instead of async)

2010-07-21 Thread cokol
Regards, Prakash M. On Jul 20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET, url, false); It's just

Re: Sync AJAX ( instead of async)

2010-07-21 Thread Paul Stockley
/latest/FAQ_Server.html Regards, Prakash M. On Jul 20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how to do it from GWT. AJAX.open(GET

Re: Sync AJAX ( instead of async)

2010-07-20 Thread Prakash
Its not possible with GWT. refer below link. http://code.google.com/webtoolkit/doc/latest/FAQ_Server.html Regards, Prakash M. On Jul 20, 10:06 am, mk munna.kaka.ch...@gmail.com wrote: How to make an GWT AJAX call Sync (instead of async) billion years back we used to use a flag as below. how