Skip to Content
0
Former Member
Jun 04, 2007 at 03:09 PM

role based portal navigation using navigateAbsolute

17 Views

Hi,

iviews are added to the corresponding roles like below.

Role1

-


Iview1

Role2

-


Iview2

I am trying to navigate from Iview1 to Iview2 using navigateAbsolute as below.

WDPortalNavigation.navigateAbsolute("ROLES:pcd path of Iview2 under Role2",

WDPortalNavigationMode.SHOW_INPLACE,

null,

null,

WDPortalNavigationHistoryMode.NO_DUPLICATIONS,

null,

null,

"param1=" + some_value);

Its navigating fine but opening up the Iview2 under the same location of IView1 not

under Iview2 location. Iviews are set up with entry points 'yes' and roles with entry

points 'no'. Thanks.