Hi, I have done some more investigation with my problem on the live demo, and have tested with several browsers. It seems that whenever you have an empty field for the inputDate, and select the date popup, it sets it correctly. However, if a date is there, and the popup is selected, any date chosen in the popup date will be disregarded and the day before taken as the selected value.
Have i missed something really simple here? This seems like quite a fundamental problem. Regards, Andrew ----- Original Message ---- From: Leonardo Uribe <[EMAIL PROTECTED]> To: MyFaces Discussion <[email protected]> Sent: Sunday, 16 September, 2007 12:00:19 AM Subject: Re: tr:inputDate and also if i click the first available date (in this case 16/09/2007), it populates the field with 15/09/2007. I remember this issue. Are you using java.sql.Date as the type for the property in the bean? I just changed it for java.util.Date and all works well for me. Regards Leonardo Uribe

