Re: Render a component in a background thread.

2015-05-29 Thread Don Ferguson
t; <https://demo.starjar.com:25000/Starjar/protected/project/1210005?rpp=25&fn1=Description+Contains&fn2=Date+%5Bmonth+year%5D&fv2=2015+1+1&tab=Time+Sheets> > > > >> Am 28.05.2015 11:51, schrieb Peter Henderson: >> >>> Hi >>> >>> I

Re: Render a component in a background thread.

2015-05-29 Thread Peter Henderson
run the component outside of wicket. Peter. [1] https://demo.starjar.com:25000/Starjar/protected/project/1210005?rpp=25&fn1=Description+Contains&fn2=Date+%5Bmonth+year%5D&fv2=2015+1+1&tab=Time+Sheets > Am 28.05.2015 11:51, schrieb Peter Henderson: > >> Hi >&g

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

Re: Render a component in a background thread.

2015-05-28 Thread Martin Grigorov
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 threa

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