On 19/05/2010 22:29, Jeremy Thomerson wrote:
That's what I said about have a WicketThread class, or "publish" Application.set/clear for users do this with more safety.It solves this problem, which is specifically why it was requested:onClickOrSomethingSimilar() { new Thread(new Runnable() { void run() { doSomethingWith(Application.get()); } }).start(); }
Adriano