1 Reply Latest reply on Apr 16, 2010 8:03 AM by ilya_shaikovsky

    listeners for rich calendar are not working

      hi,

               I am working with rich:calendar.the listeners are not working and i am providing some code can some any one help me.

       

       

       

             <s:decorate id="etdField" template="../layout/edit.xhtml">
                      <ui:define name="label">#{messages['com.infyz.toms.properties.Etd']}</ui:define>
                      <rich:calendar id="estimateddeparture" required="true" value="#{voyagePort.etd}" datePattern="MM/dd/yyyy hh:mm a"
                      currentDateChangeListener="#{itVoyagePortAction.uniqueCheck}">
                      <a4j:support ajaxSingle="true" event="oncurrentdateselected" reRender="etdField" />
                     
                      </rich:calendar>
                  </s:decorate>

       

       

      and the listener is not working when the date is changed.

       

      Thanking u.