Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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
Solved! Go to Solution.
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)
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)
Thanks that resolved the issue.