Hello,
Based on what was click on the menu, I want it to open a mashup that has a parameter. If I click on item1 on the menu, mashup1 with open with the mashup parameter with a value of item1 . And if i clicked on item2 on the menu, mashup1 with open with the mashup parameter with a value of item2.
Thanks,
Wendy
Not sure what you are using for your Menu, but the Widget should have a 'selected value' associated with it, either from the Widget or from the Data Source.
Use that to tie into the Mashup parameter of the mashup being opened, that will be available in the Navigation widget.
So
mashup - add mashup parameter
parent mashup - add nav widget
nav widget - select mashup to open
widget being clicked, take selected value drop on nav widget bind to mashup parameter
widget clicked event, drop on nav widget to navigate service