2 Replies Latest reply on Sep 27, 2010 4:02 AM by vishal3007

    rich:effect is not working with rich:calender

    vishal3007

      I am trying to use rich:effect with rich:calendar but its not working

       

      <rich:calendar value="#{simpleDataBean.date1}" id="testDate" >
      </rich:calendar>
      <rich:effect name="hightlighttext" event="oninputfocus" for="testDate" type="Highlight" params="duration:0.4"/>

       

       

      Any idea what is wrong in the above code.