9 Replies Latest reply on Oct 29, 2007 12:19 PM by mheidt

    Problem with scrollableDataTable and Calendar

      I'm another problem with scrollableDataTable, When I open calendar in scrollableDataTable, it does not appear the calendar.

      see my code:

      
       <rich:scrollableDataTable
       id="dataTable1"
       rowKeyVar="rkv"
       rows="5"
       value=""
       height="166px"
       width="750px"
       frozenColCount="1"
       >
       <rich:column id="column1">
       <f:facet name="header">
       <h:outputText id="inceptionDateOutputText" value="TEST 1" />
       </f:facet>
       <rich:calendar zindex="2000" id="calendar" popup="true" rendered="true" inputType="text" />
       </rich:column>
       <rich:column id="column2">
       <f:facet name="header">
       <h:outputText id="format2_outputtext" value="TEST 2"/>
       </f:facet>
       </rich:column>
       </rich:scrollableDataTable>
      
      


      somebody knows what is the problem or It's a bug??

      Any one could help me ?