<br><font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif">Hope you can help me. I have not been able to find the answer to my problem by searching the list.</font>
<br>
<br><font size=2 face="sans-serif">I have a folder full of links, wich I use to generate a menu. When I need another item in the menu, I create a new link to the page in this "menu-folder".</font>
<br><font size=2 face="sans-serif">My problem:</font>
<br><font size=2 face="sans-serif">I need to get at the navigation information of the page I've linked to, not the navigation info of the link.</font>
<br>
<br><font size=2 face="sans-serif">Obviously this:</font>
<br>
<br><font size=2 face="sans-serif">CmsJspActionElement cms = new CmsJspActionElement(pageContext, request, response);</font>
<br><font size=2 face="sans-serif">String foldername = com.opencms.file.CmsFile.getPath(cms.getRequestContext().getUri());</font>
<br><font size=2 face="sans-serif">CmsJspNavElement  element = cms.getNavigation().getNavigationForResource(foldername);</font>
<br>
<br><font size=2 face="sans-serif">does not work. element points to the link resource.</font>
<br>
<br><font size=2 face="sans-serif">Any ideas?</font>
<br><font size=2 face="sans-serif">Thanks,</font>
<br>
<br><font size=2 face="sans-serif">Christian Güldner</font>