Hi, I am new to Wicket and I think of how to achieve the following:
I need a table which refreshes itself every 5 sec. This could be done with AjaxSelfUpdatingTimerBehavior. The refresh mechanismen shall only insert new rows at the beginning (there will be always only 1 new row in a 5 sec period). The table shall only display 10 rows (or be configurable), so if a new row comes in the 10th row should dispear. The new row can have several effects like sliding in, flashing ... I need this as monitoring component. Has anyone done something like this? Any suggestions are welcome, maybe it is obvious? Thanks, Oliver -- View this message in context: http://www.nabble.com/self-refreshing-table-with-effects-tp15545179p15545179.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
