A number of bugs with inputCalendar have been fixed since Myfaces 1.1.1.
I recommend getting a nightly build or checking out from svn.
I remember the year issue being one of the problems fixed.
On 12/30/05, EXTERNAL Willinger Markus (Diplomand; CC/EMT1)
<[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> We are using Tomcat 5.5, JDK 1.5, MyFaces 1.1. We have upgraded from MyFaces
> 1.09 to 1.1. Before updating, the <t:inputCalendar> (renderedAsPopup) works
> really fine. But after Upgrading to MyFaces 1.1, it isn't possible to choose
> something in the YEAR box. When clicking onto a year in the YEAR box, a
> javascript-error-window appears! What happend to <t:inputCalendar> in
> MyFaces 1.1???
>
>
> <t:inputCalendar id="cal1"
> monthYearRowClass="yearMonthHeader"
> weekRowClass="weekHeader"
> currentDayCellClass="currentDayCell"
>
> value="#{reportConfigurationBackingBean._SWRequest._startDate}"
> renderAsPopup="true" popupTodayString="Today
> is: "
> popupWeekString="" immediate="true"
> popupButtonString="Show Calendar"
>
> rendered="#{reportConfigurationBackingBean._dateChooserRendered0}"
> styleClass="font" />
>