7 Replies Latest reply on Nov 6, 2015 8:09 AM by michpetrov

    rich:calender is not working in RF-4.5.6

    vpenugo

      I am using rich:calendar and it is opening when I click on calendar icon. but the issue is when ever I click on next/previous (icons -- '<<', '<', '>', '>>' ) icons the calendar is disappearing and not able to change the month / year. below is my code. I am using Richfaces 4.5.6. I don't have any issue in RF3.3.3. Please help me to resolve this issue.

       

      <h:panelGroup id="dateAddedCalenderComponentPGAndBy">

           <rich:calendar id="dateAddedAndBy"

             binding="#{backingBean.filterAndByDateAddedInput}"

             enableManualInput="true"

             rendered="#backingBean.showDatePickTypeAndBy}"

             value="#{backingBean.addedToAndByDateNew}"

             valueChangeListener="#{backingBean.updateAndByDateFieldValue}"                      

             datePattern="MM/dd/yyyy" inputClass="contentText">

             <f:converter converterId="DateTimeConverter"/>

        </rich:calendar>

      </h:panelGroup>