Hi corti,

i found the problem. I was migrating old client code 4.0 to 6.0. The parseHTML was throwing exception while parsing old code. Thanks anyway, now i'm having new problem while using

<span data-source="lightstreamer" data-grid="astable" data-item="${car.asBroadcastName}" data-field="<%=AsEventParams.CURRENT_BID_NAME%>">${firs tBidElement.name}</span>

data-source in a StaticGrid which receives an update with "bla bla bla <br> bla bla" but when it shows it decode the text with "bla bla bla &lt;br&gt; bla bla".

Do you know why?