7 Replies Latest reply on Apr 3, 2008 9:30 PM by dr3342

    rich:calendar and ondateselected event problem in 3.2.0.GA

    mindgame

      The following used to work in 3.1.4.GA, but when upgrade to 3.2.0.GA, it failed to assign the date to #{bean.date} when ondateselected event is fired. Since the component is set to required="true", the action, bean.checkdate(), is not called.

      <h:form>
       <rich:calendar value="#{bean.date}" popup="true" showApplyButton="false" required="true">
       <a4j:support event="ondateselected" action="#{bean.checkdate}" ajaxSingle="true" reRender="something" />
       </rich:calendar>
      </h:form>
      


      Does other have any success on this? Thanks.