Re: Render a component in a background thread.

2015-05-29 Thread Christoph Läubrich
28.05.2015 11:51, schrieb Peter Henderson: Hi I am trying to render a component in a background thread. My first attempt fails with an Exception There is no application attached to current thread Thread-4 So I link the application with the background thread and now a different exception

Re: Render a component in a background thread.

2015-05-29 Thread Peter Henderson
the component outside of wicket. Peter. [1] https://demo.starjar.com:25000/Starjar/protected/project/1210005?rpp=25fn1=Description+Containsfn2=Date+%5Bmonth+year%5Dfv2=2015+1+1tab=Time+Sheets Am 28.05.2015 11:51, schrieb Peter Henderson: Hi I am trying to render a component in a background

Re: Render a component in a background thread.

2015-05-29 Thread Don Ferguson
Am 28.05.2015 11:51, schrieb Peter Henderson: Hi I am trying to render a component in a background thread. My first attempt fails with an Exception There is no application attached to current thread Thread-4 So I link the application with the background thread and now

Render a component in a background thread.

2015-05-28 Thread Peter Henderson
Hi I am trying to render a component in a background thread. My first attempt fails with an Exception There is no application attached to current thread Thread-4 So I link the application with the background thread and now a different exception. java.lang.IllegalArgumentException: Argument

Re: Render a component in a background thread.

2015-05-28 Thread Martin Grigorov
. In the meantime you can roll your own class by reusing code. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, May 28, 2015 at 12:51 PM, Peter Henderson peter.hender...@starjar.com wrote: Hi I am trying to render a component in a background thread. My first attempt