Re: AjaxLazyLoadPanel is block other page render while processing

2014-02-10 Thread MadasamySankarapandian
I am sorry. I have solved this problem to improve getData() performance. On Tue, Feb 11, 2014 at 9:36 AM, MadasamySankarapandian < madas...@mcruncher.com> wrote: > Thanks for your suggestion. But problem remains same. > > *My html code like * > . > . > ** > . > . > > *My java code like below

Re: AjaxLazyLoadPanel is block other page render while processing

2014-02-10 Thread MadasamySankarapandian
Thanks for your suggestion. But problem remains same. *My html code like * . . ** . . *My java code like below* Class FooPanel extends Panel { public FooPanel() { . . . add(createLabel()); add(createAjaaxTimeBehaviour()); } private Label

Re: AjaxLazyLoadPanel is block other page render while processing

2014-02-10 Thread Martin Grigorov
Hi, See http://markmail.org/message/4gxbwbhoqojutox6 Martin Grigorov Wicket Training and Consulting On Mon, Feb 10, 2014 at 9:31 AM, MadasamySankarapandian < madas...@mcruncher.com> wrote: > We have using 6.6.0 in our application. In home page we using > AjaxLazyLoadPanel to load the widgets d

AjaxLazyLoadPanel is block other page render while processing

2014-02-10 Thread MadasamySankarapandian
We have using 6.6.0 in our application. In home page we using AjaxLazyLoadPanel to load the widgets data, It take long time to render the widget. When loading widget, if click the other page, the page is not rendered immediately. After completed AjaxLazyLoadPanel process then only the clicked pa