Though I'm not sure, maybe you'll get a hint from this :> 

JAVASCRIPT :  httpRequest.open('GET', 'http://www.example.org/some.file',
true);

    * The third parameter sets whether the request is asynchronous. If TRUE,
the execution of the JavaScript function will continue while the response of
the server has not yet arrived. This is the A in AJAX. 

SOURCE: http://developer.mozilla.org/en/docs/AJAX:Getting_Started
-- 
View this message in context: 
http://www.nabble.com/Problem-with-concurren-ajax-requests-on-page-tf3667503.html#a10280571
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to