Hi All,
We have an scenareio where in which we want to open the link dynamically in the same window in which the application is running.
We tried with Link to URL with Target property as _blank, its opening in the new window.
Then the second option we tried is using Poral Navigation.
The following is the coding used for this,
WDPortalNavigation.navigateAbsolute(
"ROLES://portal_content/com.hul.testgp.Test/com.sap.testgp.Testgprole/com.sap.testgp.testgpworkset/com.sap.testgp.TestGPpage",
WDPortalNavigationMode.SHOW_INPLACE,
"width=300,height=200,location",(String) null, WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
(String) null,(String) null,(String) null);
But for the strange this is also opening in the different window.
Whether in CE is any other way available to open the link in the same browser.
Any suggestions...