Re: Multiple AjaxLazyLoadingPanel's never load

2012-10-15 Thread Martin Grigorov
Hi, On Fri, Oct 12, 2012 at 5:43 PM, Michael Zhavzharov mzhavzha...@alee.ru wrote: Hi, Martin! Thank You for your reply. I realized, that it is not an option for me to use ALLP. I need to load different data - Labels, Link and Image in one lazy panel, also I should be able to interact with

Re: Multiple AjaxLazyLoadingPanel's never load

2012-10-15 Thread Michael Zhavzharov
you'll need to acquire the page lock, i.e. you will face the same problem. i.e. there is no way to load components in page, showing loading indicator and give user an opportunity to work with another elements on page? Thank you for your concern. I don't know were to load app, that's why I

Re: Multiple AjaxLazyLoadingPanel's never load

2012-10-15 Thread Martin Grigorov
Hi, On Mon, Oct 15, 2012 at 11:50 AM, Michael Zhavzharov mzhavzha...@alee.ru wrote: you'll need to acquire the page lock, i.e. you will face the same problem. i.e. there is no way to load components in page, showing loading indicator and give user an opportunity to work with another elements

Re: Multiple AjaxLazyLoadingPanel's never load

2012-10-15 Thread Martin Grigorov
On Mon, Oct 15, 2012 at 2:56 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Mon, Oct 15, 2012 at 11:50 AM, Michael Zhavzharov mzhavzha...@alee.ru wrote: you'll need to acquire the page lock, i.e. you will face the same problem. i.e. there is no way to load components in page, showing

Re: Multiple AjaxLazyLoadingPanel's never load

2012-10-15 Thread Michael Zhavzharov
Thank You very much, Martin! I am ashamed that I did not solve this problem by myself. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Multiple-AjaxLazyLoadPanel-s-never-load-tp4652907p4652975.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Multiple AjaxLazyLoadingPanel's never load

2012-10-12 Thread Martin Grigorov
Hi, I'm not sure why it stops but I see another problem in it. There is synchronization when using the page instance, i.e. the first Ajax call will acquire the lock on the page and all other requests will have to wait it to release it. So the ALLPs will load sequentially. How to solve this? It

Re: Multiple AjaxLazyLoadingPanel's never load

2012-10-12 Thread Michael Zhavzharov
Hi, Martin! Thank You for your reply. I realized, that it is not an option for me to use ALLP. I need to load different data - Labels, Link and Image in one lazy panel, also I should be able to interact with other components in page, while ALLP loads it's content. You can use Wicket IResource