1 Reply Latest reply on Jan 19, 2010 9:31 AM by xalperte

    [Exception] TypeError: Object function Sarissa(){} has no method 'getParseErrorText'

    xalperte

      I'm experiencing something strange, this javascript error happens with any browser other than Firefox. The version of Richfaces is 3.3.2.SR1

       

      This error happens inside the following javascript:

          

           <script src="/tdbs-web/faces/rfResorg.ajax4jsf.javascript.AjaxScript" type="text/javascript"></script>

       

      I'm using richfaces in a portal (JBoss Portal 2.7.2, JBoss Portlet Bridge 1.0.0.CR3).

       

      if(_this._request.responseXML ){      _this._parsingStatus = Sarissa.getParseErrorText(_this._request.responseXML);      if(_this._parsingStatus == Sarissa.PARSED_OK && Sarissa.setXpathNamespaces ){             Sarissa.setXpathNamespaces(_this._request.responseXML,"xmlns='http://www.w3.org/1999/xhtml'");

              }

      }     if(_this.onready){        _this.onready(_this); }