Skip to main content
1-Visitor
April 17, 2018
Solved

How to to pass menu link to open another mashup in Contained Mashup widget?

  • April 17, 2018
  • 2 replies
  • 3396 views

I am trying to create a Menu to open different mashups in a contained mashup widget. 
Menu link has been assigned to different mashups and I have passed mashup name to "mashup widget".
But whenever I click a menu link it does not open anything. One observation that came across was a mashup name was not passed in the URL which was supposed to be added at the end. when added a mashup name at the end, that specific mashup was loaded in "contained mashup widget".

Please find attached files containing 1.menu definition
                                                          2. menu Name bound to contained mashup

Best answer by PaiChung

Sorry I didn't look at the attachments, but looks like you are on the right path.

The Menu widget has an option to drive a parameter, once you enable that, the selected menu item value should be passed to your contained mashup name (if it is bound properly)

 

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 17, 2018

Sorry I didn't look at the attachments, but looks like you are on the right path.

The Menu widget has an option to drive a parameter, once you enable that, the selected menu item value should be passed to your contained mashup name (if it is bound properly)

 

chaitanya1-VisitorAuthor
1-Visitor
April 17, 2018

Thanks that resolved the issue.