Hi,

I found the reason: I tried to set the popupDateFormat with a resource bundle value. When pick-up a date from the calender, it looks as expected, when sending the form, this value get lost.

Regards,
Andreas


Andreas Niemeyer schrieb:
Hi,

Using this component with the date format `dd.MM.yyyy' doesn't work, the date value after sending the form goes always to `01.01.0001'.

Is there anything else to set or to convert?

Please help!

Regards,
Andreas



<t:inputCalendar id="calender-start"
    monthYearRowClass="yearMonthHeader"
    weekRowClass="weekHeader"
    currentDayCellClass="currentDayCell"
value="#{bckbean.startDate}" required="true" popupWeekString="Wk" renderAsPopup="true"
    renderPopupButtonAsImage="true"
    popupTodayString="Heute ist der"
popupDateFormat="dd.MM.yyyy" />



Reply via email to