> I remember reading somewhere that using AJAX to refresh a component
> generated using "repeater" may cause some problems. Is this what I am
> against here with WicketTester? (Keep in mind that the table does get
> refreshed correctly in production.)

Repeaters are special in the sense that they take their markup and repeatedly 
use it, thus there is not one "repeater" element in the DOM. To use a repeater 
with Ajax you need to wrap it in e.g. a WebMarkupContainer and then repaint 
that with Ajax.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to