3 Replies Latest reply on Oct 6, 2007 11:22 AM by kryzys

    calendar onchange ajax submit -- help please

    joelbcohen

      richfaces 3.1.1

      I am trying to fire on date change event with the following code:

      <rich:calendar value="#{autoBean.calendarBean.selectedDate}"
       id="richfacescalendar"
       ajaxSingle="false"
       popup="true">
       <a4j:support event="ondateselect" reRender="richfacescalendar"/>
       </rich:calendar>
      


      The event fires but , calendarBean.setSelectedDate(Date date) gets a value of null? The value of the calendar never gets submitted?

      Can anyone help?