Sitemap has 2 levels. Can we get level 2 items/links of a option(level 1 item) in the site map through a custom java component without maintaining the seperate DCR for left navigation?
Here is the example. We have top navigation and left navigation. For few pages, left navigation is same as top navigation 2nd level of the selected level 1. When user wants to delete a 2nd level item, he has to delete from sitemap and also from DCR.
By using default java component, we could get entire site map. From that content we could get the 2nd level items based on the level 1 item.
Is there any restriction not to use default java sitemap component for top navigation and also left navigation on the same page? that means we are calling 2 times on that page from 2 components.
Any ideas without using DCR for left navigation! It has same links of site map 2nd level.