Hi,
I'm using the <t:inputDate> component, but it is rendered always a day-after the actual value of bound property. I use the component this way:

<t:inputDate id="birthDate" value="#{peopleAction.person.birthDate }" required="true" type="date" popupCalendar="true"/>

the bound variable is of type java.util.date. I'm sure that the component is wrong because I tried to render, near the inputDate, an inputText for the same property and this one renders the correct date. What's wrong?

TIA, Cosma

Reply via email to