how can i generete next list
<span wicket:id="listview">
this label is: <span wicket:id="label">a</span><br/>
this label is: <span wicket:id="label">b</span><br/>
this label is: <span wicket:id="label">c</span><br/>
</span>
instead of
<span wicket:id="listview">
this label is: <span wicket:id="label">a</span><br/>
</span>
<span wicket:id="listview">
this label is: <span wicket:id="label">b</span><br/>
</span>
<span wicket:id="listview">
this label is: <span wicket:id="label">c</span><br/>
</span>
If someting unclear pease write.
How about this? The wicket:container tag will not show up in the final markup.