Different Menu for different cases
Greetings,
I was working on this case where I have to add a menu to my home page mashup. Now based on different rules I have to show different menu on the same page. So I wrote the service that returns menu name based on which I wanted to show the menu. But I could find no way to bind the resulting menuname to the menu widget. After various tries I finally used an approach where I replaced Menu widget with Contained Mashup widget and the service now returns the mashup name instead of the menu name. Then I created different mashups with different menu which now loads at the location where I needed the menu. The approach did solve the problem but I don't find this an ideal way of doing it. Is there any other way of doing it which is more ideal than what I have used?
Thanks

