is it possible to make lightstreamer make update on 2 items that have the same name on the same page.

example:
item 1:
<span source="lightstreamer" table="mytable" item="timeItem" field="time"></span>

item 2:
<div source="lightstreamer" table="mytable" item="timeItem" field="time"></div>

it work if only one of them is added, if i add the other item on the same page none gets updates.