Hello:
Using Vincent Demay's DojoTabContainer, I'm getting a "widget id collision on ID: tabId" warning in Firebug for each DojoSimpleContainer. However, if I use Firebug to search the DOM for the tab's ID, I can't find any duplicate ID's. For example:
warning: widget ID collision on ID: dashboardTab33
searching for "dashboardTab33" only comes up with these two lines:
<script id="dashboardTab33DojoParse" type="text/javascript">
<div refreshOnShow="false" label="Dashboard Three"
wicket:id="dashboardTab3" dojoType="ContentPane"
widgetId="dashboardTab33"
id="dashboardTab33">foo bar</div>
Are the widgetId and html id conflicting somehow? Has anyone else seen this?
Thanks for any help!
NateBot2000