I have a datatable with about 600 rows.
My clients insist that it displays on a single page.
I keep getting errors in Firefox about a script on the page may be busy or is not responding.
If I stop the script calendars further down the page do not work.
Are there any suggestions for displaying a large number of calendars in the manner?
I am declaring the calendar as follows:
<rich:calendar id="dateMailed"
 value="#{saleSummary['dateMailed']}"
 popup="true"
 enableManualInput="false"
 datePattern="MM.dd.yyyy"
 buttonIcon="/images/general/1X1.jpg" zindex="1000"/>