Hi Guys

Does anyone have a clue how to solve my problem below?
The code can be found here:
https://ninan.svn.sourceforge.net/svnroot/ninan/branches/v2.0.0

The logic is in this class:
https://ninan.svn.sourceforge.net/svnroot/ninan/branches/v2.0.0/ninan-frontend/src/main/java/dk/team/ninan/frontend/wicket/overview/OverviewPanel.java

/Murat

2009/3/27 Murat Yücel <kodeperke...@gmail.com>

> Hi All
>
> I have a question regarding how to add AjaxSelfUpdatingTimerBehaviors to
> some of the cells in a datatable.
> What is the best practice and should i use something else?
>
> Today i have a list of items which is retrieved from the database each time
> there is a request. The refresh
> rate can be set by the user in a setting page. I have made a quick solution
> where i was adding an
> AjaxSelfUpdatingTimerBehavior to the whole table. It is working perfectly
> fine for high refresh rates, but
> if the user sets the refresh rate to 1 second then the refresh gives
> problem.
>
> The AjaxFallbackDefaultDataTable includes checkboxes and is inside a form.
> I am now trying to change
> the logic so only the relevant cells are updated. The problem is that i
> cannot figure out how to do it. Because
> the model for each item will be called but the dataprovider is not called
> to retrieve the newest data from the
> database.
>
> Hope that someone can help or suggest a better solution.
>
> The project is open source so if you need to see code you just say the word
> :)
>
> Kind regards
>
> /Murat
>

Reply via email to