1 Reply Latest reply on Oct 24, 2008 6:10 AM by ilya_shaikovsky

    actionListener in calendar question

    nr205

      Hi guys,


       <rich:calendar id="startdate"
       timeZone="#{sessionPrefs.tz}"
       value="#{bean.Home.instance.id.startTimeTemp}"
       datePattern="MM/dd/yyyy" >
       <a:support event="onchanged" ajaxSingle="true" bypassUpdates="true"
       actionListener="#{main.check}" />
       </rich:calendar>
      


      In this calendar when I pick a new date, how can I get new date value from ActionEvent component?

      Thanks.