cancel
Showing results for 
Search instead for 
Did you mean: 

Jar file

Former Member
0 Kudos

Hello,

Am looking for a particular jar file involved with the pagetoolbar in SMI/GCP. It is com.sapportals.portal.navigation.NavigationEventsHelperService

Could someone help me locate it or please email me the

jar? Thanks

Regards,

Siva

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanx Rajeev

I found the file and included it in my project. now comes the interresting part. actually using the api...

what I need is to determine the toplevel navigation entry point that is currently selected.

I found this code in another thread. and it seems to do exactly what I want. Problem is navHelperService doesnt have that method and INavigation doesnt exist. Do I need to include other jars or am I missing something else here

IPortalComponentRequest request = (IPortalComponentRequest)getRequest();

NavigationEventsHelperService navHelperService = (NavigationEventsHelperService)PortalRuntime.getRuntimeResources().getService("com.sap.portal.navigation.helperservice.navigation_events_helper");

INavigationNode navNode = navHelperService.getCurrentLaunchNavNode(request);

Former Member
Former Member
0 Kudos

Hi Prakash

is your offer still good regarding that jar file either? I need to use this exact functionality but I cant find that jar file anywhere on my machine

if you could either send it to me at ulrik_lund@hotmail.com, or tell me where to find it.

any help would be appreciated

Message was edited by: Ulrik Lund

Former Member
0 Kudos

HI Ulrik

In portal goto System administration-Support-support desk-portal runtime-Browse deployment-ROOT/WEB-INF/portal/portalapps/com.sap.portal.navigation.helperservice/lib

There you would get the required jar file.

Regards

Rajeev.

Message was edited by: Rajeev Ullatil

Former Member
0 Kudos

Your class file is in following jar.

com.sap.portal.navigation.helperserviceapi.jar

email me at psingh@ust.net and i will send you the jar.

Former Member
0 Kudos

Prakash,

Just realised I have the jar locally. Thanks so much!

Regards,

Siva