0 Replies Latest reply on Apr 11, 2011 12:46 PM by cobar

    a4j:support on rich:calendar

    cobar

      Using 3.3.3.Final. I have an a4j:support on a rich:calendar since the calendar does not support action events. I can not get the support to fire when selecting a new date or manually entering the date.

       

       

      <code>

      <rich:calendar id="cutDt"

             value="#{bean.aDate}"

             binding="#{bean.aDateUI}"

             datePattern="MM/dd/yyyy"

             popup="true"

             enableManualInput="true"

             inputSize="8">

           <a4j:support event="onchange" actionListener="#{bean.dateChanged}"

               reRender="cutDtTimeList"/>

      </rich:calendar>

      </code>