cancel
Showing results for 
Search instead for 
Did you mean: 

Portal eventing between pages

Former Member
0 Kudos

Hi,

I read around that portal eventing can be done only on the same page and not between pages, is this correct? if so, how do we make events between pages after all?

Thanks in advance,

Aviad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aviad,

Portal eventing takes place between different iviews of the same page only.

To pass between values between different pages, you can store the required value in a Portal Request object or Session object.

Also you can refer to this link,

This link contains the code to establish connection between pages .Finally obtaining paramaters through request.getParamater().

Hope this helps,

Regards

Uma.

Note: It will be better from next time if you could post portal related queries in the EP forum to get quicker responses and ep related guidances.

Former Member
0 Kudos

Hi Colleagues,

Thanks you very muck for the information.

Aviad

Former Member
0 Kudos

Hi Uma,

I am interesting in your link/example of portal eventing between different pages.

Unfortunately the old link is not working anymore.

Can you provide me a new link to your source example?

Thanks a lot!!!

Michael

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes portal eventing can be done only if the iviews are in the same page!

regards

Bharathwaj

Former Member
0 Kudos

OK, so how can we make events between pages? what is the tick\workaround to do so...?

Thanks,

Aviad