cancel
Showing results for 
Search instead for 
Did you mean: 

FLP on EP - Dynamic Navigation & Portal Eventing

former_member182374
Active Contributor
0 Kudos

Hello Experts,

I'm having a new 7.4 SP10 portal server and I need to use FLP Framework page.

I configured it according to this excellent blog: and it's working.

However a lot of applications from my old portal (7.00 SP21) contain 2 iViews in a page (one as Dynamic Navigation iView and the other in main content area).

I tried the following:

1) Adding the page to the launcher - only the main content area was seen.

2) Adding a url iView to the page with navigationTarget & navMode=3 parameters to the exact location of the page - both iViews of the page were seen but portal eventing didn't work.

So my questions are:

1) Does FLP support Dynamic Navigation iViews?

2) Does FLP support Portal Eventing between iViews? (for both DynamicNavigation and/or PRT page that contains two iViews).

Regards,

Omri

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193577
Active Contributor
0 Kudos

Hi Omri,

1. FLP on EP will support dynamic navigation in future SPs. in Current released version its not there yet.

2.  Basically Portal eventing between iViews on same page should work as in AFP.

Are you using EPCM eventing?

EPCM.subscribe ,EPCM.subscribeReliable ?

thanks,

Tal

former_member182374
Active Contributor
0 Kudos

Thanks Tal.

Adding direct page with dynamic navigation to FLP role doesn't work.

Adding URL iView which navigates to specific page with NavigationTarget & NavMode=3 works.

Will it be solved in future SPs?

I did some more tests:

1) Portal Eventing works for standard PRT pages.

2) When one of the iViews is in the page as dynamic navigation iView it works for Chrome but doesn't work for IE11.

I don't use EPCM API (JS) because iVIew type is Web Dynpro ABAP.

Regards,

Omri