Wicket Remove
[go back]

This example demonstrates the AjaxLazyLoadPanel It will lazy load a panel after the page is first fully rendered. So panels that can take a while too create can be lazy created by an ajax call after the page is rendered.

Non-blocking lazy panels

Start non-blocking panels (via Ajax)

Blocking lazy panels

Start blocking panels (via Ajax)