Re: Updating a component from custom thread or why getRequestCycle returns null

2012-02-21 Thread BayPhilip
and.there is nothing that calls my run() method in my thread. So how can execute this thread which is submited in service. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Updating-a-component-from-custom-thread-or-why-getRequestCycle-returns-null-tp4393783p4406892

Re: Updating a component from custom thread or why getRequestCycle returns null

2012-02-21 Thread robmcguinness
maybe i misunderstood. if you attach a quickstart to this thread I can take a look. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Updating-a-component-from-custom-thread-or-why-getRequestCycle-returns-null-tp4393783p4406978.html Sent from the Users forum mailing

Re: Updating a component from custom thread or why getRequestCycle returns null

2012-02-21 Thread Pointbreak
You will still need client initiated requests to get your non-stop-updates from the page/component to the browser. Hence, just separate the work (which you can do continuously in your thread) from the page rendering (which will need to be initiated by a browser request whatever you do). Will make

Updating a component from custom thread or why getRequestCycle returns null

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

Re: Updating a component from custom thread or why getRequestCycle returns null

2012-02-16 Thread robmcguinness
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