Skip to Content
0
Former Member
Apr 28, 2005 at 10:10 PM

Navigate from Web Dynpro application to an iView URL using parameters

34 Views

Hi all,

I have a problem navigating from a Wed Dynpro application to an iView URL. For the navigation, I use the WDPortalNavigation.navigateAbsolute() method. The navigation works fine, unfortunately any parameter that I pass to the iView URL is ignored.

Here is the code I use:

WDPortalNavigation.navigateAbsolute(

"ROLES://portal_content/rack_visualization/RackView",

WDPortalNavigationMode.SHOW_INPLACE,

WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,

"space=1&style=3&rack=none");

The RackView iView is based on the "iView URL" template. I expect that the navigation points to a URL like my_encapsulated_url?space=1&style=3&rack=none. Unfortunately the parameter passing doesn't seem to work.

Any help would be greatly appreciated!

Thanks,

Christophe