I have 3 drop downs bind to the same service whose output is list of mashups in the project.
When i try to change the value of drop down 1 then the value in the other 2 drop downs automatically change to the same value.
I need all the 3 drop downs to show values that user has selected.
I don't understand how the 3 mashups are connected.
Also is there a good way to default the previously selected values when the mashup is loaded.
Solved! Go to Solution.
You have to use 3 different services to bind with 3 drop down buttons.
Kindly find the attachment.
You have to use 3 different services to bind with 3 drop down buttons.
Kindly find the attachment.
Is there no way I can use the same service to populate the data. All the three drop downs should populate the same list.
You can call the same service three times,
That provides the solution. But i would like to understand what is causing the dropdowns to automatically change the value when one drop down changes.
That's the behaviour @VR_10133499 If same service mapped in two dropdowns, when any one dropdown selected other dropdown also will be selected automatically... The selection works with Service centric.