there are many examples in this forum, but here is something I wrote a while
back that passes thread locals (user info in this example) to the new thread
and when the thread is done doing work, the ui repaints with data from
thread.

https://gist.github.com/706011

use it as a guide and make it your own. good luck.

rob




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Updating-a-component-from-custom-thread-or-why-getRequestCycle-returns-null-tp4393783p4395980.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to