(Ajax)TabbedPanel uses a span for the panel content where a div would be great
------------------------------------------------------------------------------

                 Key: WICKET-334
                 URL: https://issues.apache.org/jira/browse/WICKET-334
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.2.5
         Environment: Linux, i386. Java 1.5
            Reporter: Ivo van Dongen


The TabbedPanel (and the AjaxTabbedPanel have the following markup:

<wicket:panel>
<div class="tab-row">
<ul>
        <li wicket:id="tabs">
                <a href="#" wicket:id="link"><span wicket:id="title">[[tab 
title]]</span></a>
        </li>
</ul>

</div>
<span wicket:id="panel" class="tab-panel">[panel]</span>
</wicket:panel>

This uses a span for the panel content. This is an inline element so the 
contained panel can not include any block level elements otherwise the output 
is not xhtml compliant. This could just as well be a div so every element you 
like can be in te panel.

-- 
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