4 Replies Latest reply on Aug 21, 2007 5:55 PM by sergeysmirnov

    The calendar component bug in RichFaces 3.1.0RC2

      Hi!
      I'm trying to use the new Calendar component in 3.1.0RC and find the bug.
      If I'm using the component with declared own Id as:

      <rich:calendar id="my_calendar" value="#{MyBean.dateVal}" buttonLabel="..." inputType="readonly" popup="true"/>


      the popup button isn't work. Firefox (2.0) JS Console reports:

      "$(this.form.id + ":calendar") has no properties"


      But if I remove the Id attribute or change it to "calendar", component working correctly.