Hi,
What code do you use to get the INavigationNode?
Try this:
Hashtable environment = new Hashtable(); environment.put(INavigationConstants.ENV_PRINCIPAL, request.getUser()); INavigationService srv = (INavigationService) PortalRuntime.getRuntimeResources().getService(INavigationService.KEY); INavigationNode node = srv.getNode( environment, nodeId);
Example node id can be:
ROLES://portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.content_admin_ws |
Then try fetch attributes.
Best Regards,
Tal