Re: Refresh component 'ajax'

2012-05-30 Thread David Hosier
How about something like AjaxSelfUpdatingTimerBehavior? Also, this page has some ajaxy examples that might help. http://www.wicket-library.com/wicket-examples/ajax/ On Wednesday, May 16, 2012 at 7:28 AM, Brown, Berlin [GCG-PFS] wrote: I normally use 'target.addComponent(someOtherComponent)'

Refresh component 'ajax'

2012-05-16 Thread Brown, Berlin [GCG-PFS]
I normally use 'target.addComponent(someOtherComponent)' to refresh/rerender that HTML content. Are there other ways to render/reload that component? Also, we are using wicket version 1.4.13