The AjaxLazyLoadingPanel will block other request to it
The only thing it does is that it will show the page already and that the
heavy part
is then loaded so that the users do see progress.

The user can fill in stuff or do other stuff pure clientside. If the users
does make
a server call then that server call will block until the lazy load is done.
Because only
1 request can touch the page at the same time.

johan



On 10/30/07, SantiagoA <[EMAIL PROTECTED]> wrote:
>
>
> I have a Problem with the ALLP.
> I have a Table with some Radios in it and an ALLP on the same Site.
> So, if I click a Radio in the Table, the ALLP will be refreshed with
> detail
> Description of the Element clicked in the Table.
> My Problem is, that there is more functonality in the Page, which is
> blocked
> until the ALLP has completed the work and has loaded the Panel.
> Maybe i got it wrong, but shouldn´t the ALLP load the Panel to show in
> background while the functionality will work on the Page beside(submits by
> buttons, other updates via Ajax, etc.)  ???
>
> BTW, the beta4 has brought an errors. When updated to beta4 I get a
> "Task.error" (working with Eclipse Europa) whatever that means. Changing
> back to beta3 solved that issue.
> --
> View this message in context:
> http://www.nabble.com/AjaxLazyLoadPanel-in-Beta3-is-very-lazy-tf4717010.html#a13484179
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to