Hello, I have a problem with prototype just in the line 1372

    if((readyState > 2 && !Prototype.Browser.IE) || readyState == 4) {
      this.status       = this.getStatus();
      this.statusText   = this.getStatusText();

      this.responseText = String.interpret(transport.responseText);//
THIS LINEEEEEE FAILS
      this.headerJSON   = this._getHeaderJSON();
    }

The problem is called when I do a Ajax.Updater, and this code is
inside of Ajax.response.

I hope someone could help me. I have seen this problem in this forum
but nobody put a solution.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to