cancel
Showing results for 
Search instead for 
Did you mean: 

iView application parameter value coming null in Web ynpro

Former Member
0 Kudos

Hi,

I have a requirement that one WebDynpor application need to be call from 3 Portal iViews. In all these 3 situations

application will be same and webdynpro view will be different. So i followed below approach.

I create 3 Portal iViews and sending application parameter. 3 iViews vill have same application. I am reading the iView application parameter in Web dynpro

using

String parameter = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("DefaultView");

and firing the plug based on parameter value to which view need to display. and It is working fine in Development portal server.

Now problem is, if i deploy same code in Production protal it is not working. Parameter value coming null.

Difference between my dev server and prod server is , In Development server PRT and WebDynpro are in the same server.

Where as in Production server it is clustured server and both are in different meachines.

Please help me in this how can i solve this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Experts please help by giving solution for this problem