Dear all,
I read a lot of messages in the forum and the solution to my problem is to use a piece of code like this:
NavigationEventsHelperService navHelperService = (NavigationEventsHelperService) PortalRuntime.getRuntimeResources().getService(NavigationEventsHelperService.KEY);
The problem is that when I run the line above in the portal as an J2EE application an exception is trown.
Can someone please help me? My EP is the 6.0 SP09
Thanks!
Alessandro Reichert.
PS: The exception launched is copied below:
Exception ID:10:48_28/09/05_0010_8422850
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : OperatorCockpitRedirector.Redirector
Component class : RedirectorPack.Redirector
User : reichert
at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at ...
Message was edited by: Alessandro Reichert