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


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