Re: Repeating suggestions...

2008-05-21 Thread Gwyn Evans
Thanks, yes, I'd been looking at RepeatingView and hadn't noticed ListView, which was what I really needed, as I needed to have embedded components, which RV doesn't do but LV does... That and: listItem.setMarkupId(PREFIX + index); listItem.setOutputMarkupId(true); pretty much sorted it...

Re: Repeating suggestions...

2008-05-20 Thread Martin Makundi
You are being a bit ambiguous about your goals, but I will try. Think of repeaters like for-iterators, get started here: http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html ** Martin 2008/5/21 Gwyn Evans <[EMAIL PROTECTED]>: > I've not got into the repeaters as yet, so wondering if

Repeating suggestions...

2008-05-20 Thread Gwyn Evans
I've not got into the repeaters as yet, so wondering if anyone has any pointers to help get started... Hopefully this will come through as understandable... I'm currently using something like the following markup: card id=A p select wicket:id="mycomponent" option /select /p /card with