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

2012-02-21 Thread BayPhilip
Actually this is not my problem. You update component just once after some time while I need non-stop updating. I found a "semi-solution". I am using ScheduledThreadPoolExecutor. final ExecutorService service = new ScheduledThreadPoolExecutor(100) { protected void beforeExecute(final Threa

Updating a component from custom thread or why getRequestCycle returns null

2012-02-16 Thread BayPhilip
Hello, everybody. Here is the situation I'm facing last weeks. I have an Index class which extends WebPage. In this Index class I have added a panel, called MainPanel. I have also a thead which is run from Index. MainPanel is not created while initialization of Index. MainPanel is created when I cl