cancel
Showing results for 
Search instead for 
Did you mean: 

call URL to WebDynPro Applications

Former Member
0 Kudos

Dear All,

Can Any Please Explain How to call Url in WebDynPro Application.My Requierment is if buttonis pressed in first view ,i need to display the web Page in next View.if any one can have code Please forward to me.

Thanks&Regards,

G.Bhargava

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In the next Iview try this code in WDJ:

WDPortalNavigation.navigateAbsolute(

"http://yourUrl.com",

WDPortalNavigationMode.SHOW_INPLACE,

(String) null,

(String) null,

WDPortalNavigationHistoryMode.NO_DUPLICATIONS,

(String) null,

(String) null,

(String) null,

"param1=" + var1

,false,true

);

Answers (0)