0 Replies Latest reply on Jun 17, 2008 10:48 AM by pedrerajavier

    Problem rich:calendar. javascritpt error in PrototypeScript.

    pedrerajavier

      I get the next javaScript error when the page with the rich:calendar tag is loading:

      Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nslDOMNSRange.createContextualFragment]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http//localhost:18080/miproyecto/a4j_3_2_1-SNAPSHOTorg.ajax4 jsf.javascript.PrototypeScript.jsf :: anonymous :: line 94" dato: no]

      PrototypeScript.jsf is a richfaces file with javascript functions.

      I use jboss 4.2.2, richfaces 3.2.1, facelets, sun jsf RI 1.2, solaris 10 and mozilla 1.7.13

      <rich:calendar id="calendar" value"#{bean.date}" popup="false"/>

      bean.date is a object of java.util.Date

      Thank