DojoTabContainer widget ID collision

View: New views
2 Messages — Rating Filter:   Alert me  

DojoTabContainer widget ID collision

by NateBot2000 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: DojoTabContainer widget ID collision

by NateBot2000 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


....posted to Wicket-User forum instead -- please disregard this thread...