1 Reply Latest reply on Nov 3, 2009 2:08 PM by vsirishreddy

    Problem with <rich:calendar>

    vsirishreddy

      I am trying to use richfaces calendar inside the richfaces tabPanel component.

      It throws me a javascript error while loading the page.

      JS Error:
      Error: Object doesn't support this property or method


      Once the page loads, the popup calendar never works.

      Now when I try to debug using Microsoft debugger, the script is pointed to the following line.

      Element.replace(div,htmlTextHeader+htmlHeaderOptional+htmlControlsHeader+htmlTextWeekDayBar.join('')+htmlTextWeek.join('')+htmlControlsFooter+htmlFooterOptional+htmlTextFooter)


      Any help on this would be highly appreciated.