You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by gaoxm <ga...@gmail.com> on 2009/04/18 08:42:35 UTC

lazy load panel in 1.2

Hi,

I want to do the same thing as AjaxLazyLoadPanel which can allow a panel to
be loaded lazily and is available since 1.3.  We want to do that because one
panel in our homepage takes a little longer time and hence the homepage is
quite slow to the end users.

But the project is based on old 1.2 wicket. It's difficult for us to upgrade
wicket to higher version 1.3 or later at this moment. Is there any easy way
to implement similar function in wicket 1.2?  Thanks a lot.

--Simon

Re: lazy load panel in 1.2

Posted by Igor Vaynberg <ig...@gmail.com>.
have you tried simply adapting the code just for the lazy panel?

-igor

On Fri, Apr 17, 2009 at 11:42 PM, gaoxm <ga...@gmail.com> wrote:
> Hi,
>
> I want to do the same thing as AjaxLazyLoadPanel which can allow a panel to
> be loaded lazily and is available since 1.3.  We want to do that because one
> panel in our homepage takes a little longer time and hence the homepage is
> quite slow to the end users.
>
> But the project is based on old 1.2 wicket. It's difficult for us to upgrade
> wicket to higher version 1.3 or later at this moment. Is there any easy way
> to implement similar function in wicket 1.2?  Thanks a lot.
>
> --Simon
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org