There are two menus atm
Menu1: Folder1, Folder2, Folder3
Menu2: FolderN_SubPage1, FolderN_SubPage2, [...]
Menu1 Folder1 stays highlighted while navigating thru its sub pages via Menu2.
So that part works as it should.
Now I need another sub nav in FolderN_SubPageN.
But when I move around via that Sub-SubNav the formerly selected FolderN_SubPageN menu entry in Menu2 looses its active state.
Menu1 WF Call:
[!Wayfinder?startId=`0` &level=`1` &hideSubMenus='true' &hereClass=`focused` !]
Menu2 WF Call:
[!Wayfinder? &startId=`[[UltimateParent]]` &rowTpl=`vo_ml_rowTpl` &hereTpl=`vo_ml_hereTpl`
&categoryFoldersTpl=`vo_ml_folderTpl` &innerTpl=`vo_ml_innerTpl` &innerRowTpl=`vo_ml_innerRowTpl` !]
Menu3 will be normal links (e.g. a multipart form splitted into various sites for each step/part)
Doc Tree:
Folder1
. . SomeFolder
. . . .Folder1_SubPage1
. . . .Folder1_SubPage2
. . . . . .Folder1_SubPage2_Sub1
. . . .[...]
[...]
Folder2
Folder3
I hope thats not too confusing