hi eelco, > 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.
yeah, i did it the following way: - set up a WorkerClass this extends Thread and gets a 'Queue' during instantiation where it can add feedback-messages to. - set up a WorkerContainer-Component this takes a WorkerClass as parameter and provides it the necessary Queue. - added an AbstractAjaxTimerBehavior to the WorkerContainer this does a "target.appendJavascript( )" with a prototype.js-function Insertion.Bottom() with the messages received in the Queue from the WorkerClass. maybe this info is useful to someone else. :-) best regards, jan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
