You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/12/18 17:23:19 UTC

[jira] Closed: (WICKET-2627) DataTable generates two

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

Igor Vaynberg closed WICKET-2627.
---------------------------------

    Resolution: Duplicate
      Assignee: Igor Vaynberg

> DataTable generates two <thead wicket:id="topToolbars">
> -------------------------------------------------------
>
>                 Key: WICKET-2627
>                 URL: https://issues.apache.org/jira/browse/WICKET-2627
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.4
>         Environment: win XP, tomcat 6.0.14, jdk 1.6.0_17
>            Reporter: Sergey Plevko
>            Assignee: Igor Vaynberg
>
> The table generated by DataTable has two thead tag with the same wicketID. One for the navigation, second for the headers.
> <table class="dataview" cellspacing="0" wicket:id="datatable">
>     <thead wicket:id="topToolbars">
>          <tr class="navigation">
>                .....
>          </tr>
>     </thead>
>     <thead wicket:id="topToolbars">
>           <tr class="headers"> 
>                .....
>           </tr>
>     </thead>
>     ......

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