Dear Wicket team,

I have a page with Panels that need some more operation time to construct
their model, because of heavy statistics calculation and database
operations. The Panels should render their content when they are done after
some seconds, but the user shouldn't get blocked with using the Page, i.e.
clicking on links, etc.

The problem is, as I understood, Wicket only supports one request at a time.
All clicks are just collected as "pending", as can be seen in the Wicket
Ajax Debug window. 

Is there only one Ajax channel? How could I use more? If this isn't
possible, what could be a workaround for the Panels, so that they can
respond immediately on the request, but update the content again when they
have done their calculations?

Kind regards,
Bernd

-- 
View this message in context: 
http://www.nabble.com/Asynchronous-Ajax-update-of-Panels%2C-non-blocking-tf4902158.html#a14042453
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to