On Tue, Nov 1, 2011 at 10:36 AM, Michal Wegrzyn <[email protected]> wrote: > Hello, > > In application which I am developing AjaxLazyLoadPanel is used for several > components. > Wicket creates queue of synchronous Ajax requests for every lazy component. > > I saw several discussions about the way how Wicket loads the components > (and AFAIK Wicket can do it only synchronously), but I could not find > anything about > canceling these requests. > > Now, even if user triggers new request, he still has to wait to load all lazy > components. > Then Wicket continues with request which was triggered during loading lazy > components.
Even when the new request is issued by BookmarkablePageLink ? I can see how requests to the same page instance are queued but request to new page should be possible. > > Is there any way to cancel loading of the lazy components and handle new > request immediately? > > Yours sincerely, > > Michal Wegrzyn > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
