4 Replies Latest reply on Jan 24, 2008 1:09 PM by sergeysmirnov

    rich:calendar multiple instances render very slowly

    cyberanto

      <h:dataTable value="..." var="row">
      <h:column>
      <rich:calendar value="#{row.endDate}" showApplyButton="false">
      </h:column>
      </h:dataTable>

      renders -vvveeerrryyy- slowly, (in my instance 2 calendars per row, 26 rows, needs 30 seconds on a Core2 Duo 2.0 GHz CPU).

      I am using Seam 2.0.1.CR1 (Richfaces 3.1.2.SP1) and would prefer not to add other component libraries.

      Any ideas what I could do to improve performance?

      Thanks