The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hi,
I have a mashup with a value display and a repeater below it.
Once a radiobuttonlist widget is changed in the repeater, I want the service to refresh and update the value display. The service is in the main mashup. So how to trigger the service refresh in parent mashup from repeater.
I tried expression widget with this:
$('#radiobuttonlist-9').click(function(){output=true});
but nothing is happening, is this possible?
I think you can achieve this using a session property and binding the value of the radiobutton to it..
After that, you just have to bind the event [sessionProperty]Changed to the service you want to call and it should work.
Hi @MichalC.
If the response provided by @egolindano answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon