on 2006 Oct 18 10:11 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.