Kirill,

You may get some useful ideas at http://wicketinaction.com/tag/listeditor/  .

Regards - Cemal
jWeekend
OO & Java Technologies, Wicket
Consulting, Development, Training
http://jWeekend.com


2010/1/13 kirillkh <kiril...@gmail.com>:
> Hi Per,
>
> I've seen this mentioned in the javadocs, but it can't possibly help, as the
> ListView.reuseItems variable is only used inside ListView.onPopulate(),
> which, as I pointed out, is called too late. Indeed, setting reuseItems on
> doesn't help.
>
> Thanks,
> -Kirill
>
> On Wed, Jan 13, 2010 at 8:49 AM, Per Newgro <per.new...@gmx.ch> wrote:
>
>> Without going deeper to your problem. A common mistake is that people
>> forgot to call setReuseItems on the listview.
>> This is required with repeaters in form. See javadoc for details.
>>
>> Cheers
>> Per
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

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

Reply via email to