cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Eventing Communication - Banner

Former Member
0 Kudos

Hey guys.

So the idea is , we have a component that has a big image ( banner) in it. We want that component to raise a event and have another component telling it what image he should use ( possibly via file path in km or url).

Is this possible? How can i achiev something like this with JSP components?

Basically we don't want to have the image path file as hardcode as it changes depending on the navigation node

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Subscribe to load event, and load the image from KM

Qualiture
Active Contributor
0 Kudos

Hi,

I.m not sure if I understand your requirement properly, but I would fire an event which takes your navigation node or path as a value, and have your 'big image' component then determine which image to show, based on the received event