2 Replies Latest reply on Feb 21, 2008 12:02 PM by seammm

    possible calendar bug when rendering

    seammm

      i change the locale to 'tr' in faces-config.

      the calendar (popup false) is rendered incorrectly. there are 8 columns instead of 7.

      the first column does not have a header but wrong column values.

      rest of the calendar is fine.

      i can email a screenshot if needed.

      also, it is probably unrelated to this bug but when i format the date as follows, it displays the date -1 day off.

      <h:outputText value="#{calendar.selectedDate}"
      rendered="#{empty calendarEntries}">
      <f:convertDateTime type="date" dateStyle="medium"/>
      </h:outputText>