Re: Repeaters, dynamic data & detaching models

2018-08-27 Thread Sven Meier
Hi, your first solution was inefficient anyways, because every click reloaded all Datas first, before acting on a single one only. You should use a detachable model instead, see JpaLoadableModel here https://ci.apache.org/projects/wicket/guide/8.x/single.html#_detachable_models Have fun Sve

Repeaters, dynamic data & detaching models

2018-08-27 Thread Tobias Gierke
Hi, A collegue of mine just came across a rather interesting bug in our Wicket application. 1. We have a simple page with a repeater (ListView) that displays a table and on each row, some buttons to perform actions on the item shown on this row  (edit/delete/etc.) 2. The underlying data sour