landry soules wrote:
I display a list in a GridView. I need that list to update automatically every x seconds. I thought that adding an AjaxSelfUpdatingTimerBehavior to my GridView would do the trick, but it doesn't work.
Doesn't work how? Make sure you have called setOutputMarkupId(true) on the GridView. Regards, Al -- Alastair Maw Wicket-biased blog at http://herebebeasties.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
