Moved from sf.net
https://sourceforge.net/tracker/index.php?func=detail&aid=1100532&group_id=48726&atid=453975:
I would like to use 2 menus for the navigation of our
site: a tabbed menu on top that selects the different
sections and within each section another menu (i.e.
expandable DHTML list) that selects inner pages.
I tried to define that configuration and I can display
the two menus but the dyanamic behavior does not work
properly. It looks like there are some confilcts
between the names used in the two menus (id in the div
tag, javascripts and css).
Is that foreseen to generate more than one menu (active
at the same time)?
Is there a workaround that I could implment?
<menu:useMenuDisplayer name="ListMenu" id="foo"/>
I also removed the hard-coded "menuDiv" id given to expandable and drop-down DHTML lists. No id will be given by default, but if one is provided, it will be added.