2 Replies Latest reply on Apr 16, 2008 10:52 AM by ilya_shaikovsky

    rich calendar problem in ajax mode

      Hi,
      I am trying to show some events information using rich:calendar component.
      I am using my personal calendarDataModel and I need to refresh data whenever user changes to another month. So I use ajax mode.
      But when I click to change the month I am getting a Javascript error and there's not any request to server.
      My code is:

      <rich:calendar popup="false" mode="ajax" id="mycalendar" dataModel="#{calendario}"/>
      


      and the Javascript Error Information (using firefox) is:


      Error: this._form has no properties
      Source File: http://localhost:18080/a4j_3_2_0-SNAPSHOTorg.ajax4jsf.javascript.AjaxScript
      Line: 167



      I am using RichFaces 3.2 with jboss seam 2.0.1
      What's wrong?

      Thanks in advance.