Hello, everybody I have a long-running Ajax request (about 7 seconds) and would like to notify user about its progress. A preferred way would be to push multiple ajax responses back to the Response (for the current request).
Is there any way to do that? I would prefer to avoid using 'push' from the server since it doesn't support Comet anyway. I can do a kind of lame implementation via JavaScript (to display fake process status updates) but would prefer something corresponding to the actual request processing status. Any other suggestions? Regards, Dmitry -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-AjaxButton-multiple-responses-tp2525096p2525096.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
