Re: CheckBox and Repeater

2011-02-17 Thread Martin Grigorov
Either use inmethod-grid component or at least see its implementation for CheckBoxColumn. https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/inmethod-grid-parent http://wicketstuff.org/grid-examples/data-grid/item-selection On Thu, Feb 17, 2011 at 9:47 AM, Alexander Monakhov wrote: >

CheckBox and Repeater

2011-02-16 Thread Alexander Monakhov
Hi, guys. I've got repeater, each row of which is backed by model object. Each row has check box, so I can select multiple rows and delete appropriated model objects when 'delete' button pressed. I have in mind two ways how to implement this. One is to parse raw response and retrieve post paramete