Hi all,
I am using standard latest myfaces distribution (1.0.9) and having some
issues with inputCalendar.
What I am using is:
<x:inputCalendar id="addDate1" value="#{aBean.addDate}"
renderAsPopup="true" popupDateFormat="dd/MM/yyyy" required="false" />
when first time you select the time, it works fine. But if you when to
change the value, clicking on the calendar gives you an error in the
pop-up window with the month ="undefined"
I changed the format to dd/M/yyyy and it works fine. So it maybe because
the JS stuff not quite right.
Thanks,
- x:inputCalendar issue with dd/MM/yyyy format Phan Le
-