cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

How to get the current Mashup page in service

AS_9987626
4-Participant

How to get the current Mashup page in service

As a part of POC, we are implementing a page having a menu on the left sides. When user clicks on each menu a page will get loaded. In every page we are having two toggle buttons. On toggle button press, it will navigated to to another page. After this click, if user selects another menu and came back to the previous menu, the already loaded page is not getting displayed.  

Eg : We are having 2 items in menu. 'Mashing' and 'Loitering'. When user clicks on Mashing, the mashing screen1 displays. In this screen when user clicks on toggle button, system will display mashing screen2. Then if go to "Loitering "menu and come back to Mashing the already selected page mashing screen should be displayed. But now it is displaying mashing screen1. 
So we need to get the current mashup name so that it can be passed to a service. Please help to share your advice on the same. 

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:AS_9987626)

Although perhaps a bit lame, you can just hardcode it into the service or pull it from a textbox in the mashup that is invisible or mashup parameter with default value.

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:AS_9987626)

Although perhaps a bit lame, you can just hardcode it into the service or pull it from a textbox in the mashup that is invisible or mashup parameter with default value.

Top Tags