5 Replies Latest reply on Feb 21, 2008 3:59 AM by viggo.navarsete

    calendar issue

    pdaniel

      Hello. When i try to use ricj:calendar i get a javascript error in IE 6 (Calendar is undefined). On Firefox the calendar works properly. My code :


      <rich:calendar value="#{bean.date}" id="date" />


      I've tried also :


      <rich:calendar value="#{calendarBean.selectedDate}"
      locale="#{calendarBean.locale}"
      popup="#{calendarBean.popup}"
      datePattern="#{calendarBean.pattern}"
      showApplyButton="#{calendarBean.showApply}"
      />


      with the same result