> i need a hint how to write to the stream without having the component fully
> rendered.
>
> i have e.g. 5000 emails to import and want to write each successivly to the
> stream when imported.
>
> i started with AjaxLazyLoadPanel and after that build the component to show 
> the
> import-progress (i.e. writing the email address and a <br/> within
> onComponentTagBody.
>
> but ajaxlazyloadpanel also waits until the component has builded up 
> completely.

I think you either have to do something with ajax polling and do
something custom with the result (append it to an element rather then
replacing it maybe?) or see whether the push project people are
working on in wicket-stuff can do anything for you.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to