Hello,
I implementend a Navigation Connector for SAP NetWeaver 2004 SP 13. I used the INavigationConnector, INavigationConnectorNode and the corresponding interfaces (not AbstractNavigationConnector and not the INavigationConnectorNodeExt). Everything worked fine up to NetWeaver 2004s SP 7. But in the current Portal Installation (NetWeaver 2004s SP 8) the navigation connector does not work anymore. I get the following behaviour:
The navigation structure is displayed inside the portal navigation. That all works fine. I can klick onto a folder in my navigation and it's opended, all children are displayed and the entry page is displayed. So with folders everything works fine. But I cannot klick onto nodes in the navigation that are not folders. If I klick on a node I only get a blank page and the highlighting in the navigation does not change. The last folder I klicked is still selected, not the new page. Even if I klick onto the entry page, which is displayed when I klick on the folder, I get a blank page. I looked at the log and when I klick on a node the correct node is returned in the getNode method of the NavigationConnector.
Does anyone know, what was changed in the navigation connector API?
Thanks, regards, Oliver