Hi,
I have a data table that each row has a column that I have used <t:inputCalendar>. My data table is sortingtable and scrollable. Whenever I click table header to sort on other columns, or scroll to next page. The date value in each row got decreased one day. Please help.
The following is how I put the inputcalendar in my data table.
<t:inputCalendar monthYearRowClass="yearMonthHeader" weekRowClass="weekHeader" currentDayCellClass="currentDayCell"
value="#{myObject.columnValue}" renderAsPopup="true"
popupTodayString="Today" popupWeekString="Week"
renderPopupButtonAsImage="true"
rendered="#{myObject.isDate}">
<f:convertDateTime dateStyle="short" />
</t:inputCalendar>
Thanks!!

