1 Reply Latest reply on Nov 26, 2007 5:31 PM by andrewchukwu

    Richfaces support with LightStreamer

      Hi,

      Has anyone successfully integrated LightStreamer with RichFaces. I'm having issues getting the page elements (items) updating using the script elements from light streamer.

      An example of the dataTable element is shown below.

      Are there any issues in using LightStreamer Comet Paradigm to update RichFace pages:

      Andrew

      <c:forEach begin="1" end="3" var="count">
      <rich:columnGroup>
      <rich:column><rich:calendar disabled="true"/></rich:column>
      <rich:column><f:verbatim><div source="lightstreamer" table="callTable" item="'<c:out value="${count}"/>'" field="1">-</f:verbatim></rich:column>
      <rich:column><h:outputText value="22:30:56"/></rich:column>
      </rich:columnGroup>
      </c:forEach>