1 Reply Latest reply on Dec 18, 2007 8:03 AM by chawax

    Calendar does not pop up anymore

    chawax

      Hi,

      I just upgraded to Richfaces 3.1.3 but it looks like the calendar does not work anymore !

      I use it this way :

      <s:decorate template="/decorateField.xhtml">
       <rich:calendar
       id="dateFin"
       value="#{ligneDemandeAbsence.dateFin}"
       datePattern="#{messages['datePattern']}"
       popup="true"
       locale="#{locale}"
       enableManualInput="true"
       required="true" />
      </s:decorate>


      But when I click on the calendar icon, the pop up does not open anymore ! Nothing happens, and I have no error messages, either on client or server. It used to work with 3.1.3 snapshot of november 21st.

      Anyone has the same problem ?