cancel
Showing results for 
Search instead for 
Did you mean: 

How to Navigate between two projects inside NWDS

Former Member
0 Kudos

Hi All,

I have developed two different projects inside NWDS and deployed it seperately. It works fine. Now my reqt is have a hyperlink in one project. On click of this link, i want to open a iview which is in another project.

Kindly post me how do i achieve this in WedDynpro.

Thanks.

Reg/Venkat

Accepted Solutions (1)

Accepted Solutions (1)

sridhar_k2
Active Contributor
0 Kudos

Hi Venkat,

If i understood your requirement, you want to call one iview(Another Project) from the current iview.

Use the below code to achive that.

WDPortalNavigation.navigateAbsolute(

"ROLES:portal_content/com.cv.kaar.Test_Page2",

WDPortalNavigationMode.SHOW_INPLACE,

(String) null,

(String) null,

WDPortalNavigationHistoryMode.NO_DUPLICATIONS,

(String) null,

(String) null,

"Name=" + wdContext.currentContextElement().getName());

//Name - If you want to send any paramters to that iview.

Regards,

Sridhar

Former Member
0 Kudos

Thanks Sridhar. Points rewarded

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

See this Thread for portal navigation

for DC

Kind Regards

Mukesh