Skip to main content
1-Visitor
August 24, 2018
Question

Radio button selected event should perform click event of service

  • August 24, 2018
  • 1 reply
  • 2383 views
Hi,
I am using an radio button with three strings and when i select a text i want to pass the selected text as input to three services and get output result and bind it to three label. But there is no click event available in radio button. In this case how can I trigger the service on selected item of radio button?
Pleas povide some help.

Thanks,
V Shalini.

1 reply

1-Visitor
August 24, 2018

For Selected Event you should look at your right side of mashup builder, there for the service that fills(binded) the RadioButton you have a Selected Row to get the Selected value on the Radio button.

1-Visitor
August 24, 2018
I am not giving any data for radio button, its just the static names and I am able to get selected text but my requirement is on clicking a text I want to trigger an event without use of additional button. On click of one of text named ‘started’ in radio button i want to execute a service
1-Visitor
August 24, 2018

You also have a Selected Row event on the right side (service) in order to trigger the other service that you want to trigger.