6 Replies Latest reply on Feb 17, 2011 9:35 AM by r.silva

    events is not supported for the UICalendar

    nimo22

      In rf 3, I used event="onchanged" which is no more supported in rf4:

       

      "..onchanged is not supported for the UICalendar"

       

      <rich:calendar ..>

      <a4j:ajax event="onchanged" oncomplete="#{..}" />

      </rich:calendar>

       

      So I looked at the supported events and changed it to other events such as "onchange":

       

      <a4j:ajax event="onchange" oncomplete="#{..}" />

       

      but I get the same error:

       

      "..onchange is not supported for the UICalendar"

       

      No events are supported. Why is that so?