Question
detect a radiobuttonlist widget change from repeater to parent
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?

