[ 
https://issues.apache.org/jira/browse/WICKET-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-1276.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

this is how the repeaters are meant to be used. you attach them to the tag you 
want repeated. so in case of ul/li you would do:

<ul>
<li wicket:id="repeater"><span wicket:id="label"></span></li>
</ul>

see examples and javadoc

> ListView and DataView repeat enclosing parent element
> -----------------------------------------------------
>
>                 Key: WICKET-1276
>                 URL: https://issues.apache.org/jira/browse/WICKET-1276
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-final
>            Reporter: Alexey Efimov
>            Assignee: Igor Vaynberg
>
> Hello, then i'm using ListView, or DataView, and:
> <ul wicket:id="items">
> <li wicket:id="item" />
> </ul>
> The result HTML is:
> <ul>
>    <li>1</li>
> </ul>
> <ul>
>    <li>2</li>
> </ul>
> etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to