it might be better to poll the server for the state of the long running
task and once it is ready display some user feed back.

On Wed, Oct 24, 2012 at 3:32 PM, danisevsky <danisev...@gmail.com> wrote:

> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ <http://antiliasoft.com/antilia>

Reply via email to