1 Reply Latest reply on Jun 17, 2008 7:37 AM by pedrerajavier

    Problem rich:alendar. javascritpt error in PrototypeScript.j

    pedrerajavier

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

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

      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

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

      Thank

        • 1. Re: Problem rich:calendar. javascritpt error in PrototypeScr
          pedrerajavier

           

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

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

          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

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

          Thank