I want to have two separate menus too, I’m using wayfinder 2 and I have a problem.
You can see it on
http://www.multi-media-sprachkurs.de
the left template variable is:
[!Wayfinder? &startId=`0` &excludeDocs=`88` &outerTpl=`menu_tpl` &innerTpl=`submenu_tpl`!]
and the menu item "Verlagsinfos (ID 88)" should not show up and this is right
the right template variable is:
[!Wayfinder? &startId=`0` &excludeDocs=`1, 12` &outerTpl=`menu_tpl` &innerTpl=`submenu_tpl`!]
this isn’t right - the menu Item "Sprachkursübersicht ID 1" doesn’t show up, but the menu item "Nordeuropäische Sprachen shows up (ID 12). The comma separate list doesn’t work. I tried semicolion, but it is the same, and when I tried the following
right template variable:
[!Wayfinder? &startId=`0` &includeDocs=`88` &outerTpl=`menu_tpl` &innerTpl=`submenu_tpl`!]
the menu level 2 (menu-item "test" doesn’t show up), and when I add the ID of the "test" document then the above happens, the snippet doesn’t use both, just and only the first ID.
The right menu should just contain the documents inside one folder (Verlagsinfos - now ID 88 with child documents within) and the left menu the rest of all other document.
Thanks in advance.

solved the problem - I use for the right menu the start id of the folder "Verlagsinfos" and now it’s right.
But I want to know, why the comma separate list in &include and &exclude doesn’t work.