Hi, Emily Gu wrote: > 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. >
I guess this is a TimeZone issue, see http://issues.apache.org/jira/browse/MYFACES-656 for a possible solution. Regards, Volker > 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!! > -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.

