3 Replies Latest reply on Feb 5, 2012 8:02 AM by m.schmidt

    rich:calendar don't renderizes days

    filosofisto

      Hi all,

       

      Here in my project is happening a very strange rich:calendar behavior: The days of a rich:calendar do not renderizes. Bollow rendered sobre lines (tr) of table generates html:

       

      <tr id="formVersao:_dtaVersao_calendarWeekNum1">

        <td id="formVersao:_dtaVersao_calendarWeekNumCell1" class="rich-calendar-week ">23</td>

        <td onmouseout="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOut(event, this);" onmouseover="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOver(event, this);"   onclick="$('formVersao:_dtaVersao_calendar').component.eventCellOnClick(event, this);" id="formVersao:_dtaVersao_calendarDayCell0" class=" rich-calendar-cell rich-calendar-boundary-dates">

          <div class="rich-calendar-cell-div formVersao__dtaVersao_calendarDayCell"></div>

        </td>

        <td onmouseout="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOut(event, this);" onmouseover="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOver(event, this);" onclick="$('formVersao:_dtaVersao_calendar').component.eventCellOnClick(event, this);" id="formVersao:_dtaVersao_calendarDayCell1" class=" rich-calendar-cell rich-calendar-boundary-dates">

          <div class="rich-calendar-cell-div formVersao__dtaVersao_calendarDayCell"></div>

        </td>

        <td onmouseout="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOut(event, this);" onmouseover="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOver(event, this);" onclick="$('formVersao:_dtaVersao_calendar').component.eventCellOnClick(event, this);" id="formVersao:_dtaVersao_calendarDayCell2" class="rich-calendar-cell rich-calendar-btn">

          <div class="rich-calendar-cell-div formVersao__dtaVersao_calendarDayCell"></div>

        </td>

        <td onmouseout="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOut(event, this);" onmouseover="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOver(event, this);" onclick="$('formVersao:_dtaVersao_calendar').component.eventCellOnClick(event, this);" id="formVersao:_dtaVersao_calendarDayCell3" class="rich-calendar-cell rich-calendar-btn">

          <div class="rich-calendar-cell-div formVersao__dtaVersao_calendarDayCell"></div>

        </td>

        <td onmouseout="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOut(event, this);" onmouseover="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOver(event, this);" onclick="$('formVersao:_dtaVersao_calendar').component.eventCellOnClick(event, this);" id="formVersao:_dtaVersao_calendarDayCell4" class="rich-calendar-cell rich-calendar-btn">

          <div class="rich-calendar-cell-div formVersao__dtaVersao_calendarDayCell"></div>

        </td>

        <td onmouseout="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOut(event, this);" onmouseover="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOver(event, this);" onclick="$('formVersao:_dtaVersao_calendar').component.eventCellOnClick(event, this);" id="formVersao:_dtaVersao_calendarDayCell5" class=" rich-calendar-cell rich-calendar-holly rich-calendar-btn">

         <div class="rich-calendar-cell-div formVersao__dtaVersao_calendarDayCell"></div>

        </td>

        <td onmouseout="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOut(event, this);" onmouseover="$('formVersao:_dtaVersao_calendar').component.eventCellOnMouseOver(event, this);" onclick="$('formVersao:_dtaVersao_calendar').component.eventCellOnClick(event, this);" id="formVersao:_dtaVersao_calendarDayCell6" class=" rich-calendar-cell rich-calendar-holly rich-right-cell rich-calendar-btn">

         <div class="rich-calendar-cell-div formVersao__dtaVersao_calendarDayCell"></div>

        </td>

      </tr>

       

      Here the image:

       

      rich:calendar-problem-render2.png