Hi,

I'm testing

web client
<img data-source="lightstreamer" data-field="statusImg" data-fieldtype="extra" data-update="src">

java adapter
if(status = 1) {
data.put("statusImg","img/on.png");
} else {
data.put("statusImg","img/off.png");
}

but without success !!!

could you please give an example, thank you

Note : the others fields are updating fine

Thank you