Hi,
I have long-running ajax behavior. And when this behavior is running
no other ajax component on page can work because ajax requests are
serial. My question is if it is possible to use another ajax channel
for long-runnig behavior?
I tried:
@Override
protected void updateAjaxAttributes(AjaxRequestAttributes attributes) {
attributes.setChannel(new AjaxChannel("another"));
}
but this didn't work (ajax requests are still serial). I am using wicket 6.
Thanks in advance!
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]