1 Reply Latest reply on Oct 5, 2012 4:18 AM by akb

    how to reRender rich:calendar with selection of year and month from drop downs ?

    akb

      Hi all,

      I'm using rich:calendar and here the year and month selected from a drop down.

      When year or month selected for second time calendar won't changed according to the selection.

       

      Regards,

      AKB

        • 1. Re: how to reRender rich:calendar with selection of year and month from drop downs ?
          akb

          Hii,

           

          At last found the answer.

           

                                                                                          <rich:calendar id="calender" showHeader="true" showFooter="true" showWeeksBar="false"  datePattern="dd/MM/yyyy"

                                                                                                    value="#{exchange.date}"  resetTimeOnDateSelect="true"

                                                                                                    style="margin:auto; " popup="false"  enableManualInput="true" currentDate="#{exchange.date}" >

                                                                                           </rich:calendar>

           

          currentDate tag should be equaled to the value bind to the rich:calendar.