The only error is caused by prototype:
Error: "throw $continue" is deprecated, use "return" instead {
message=""throw $continue" is deprecated, use "return" instead", more...}
Line: 4159
File: https://localhost/assets/scriptaculous/5.1.0.5/prototype.js
Nothing else
On 28.01.2010 14:45, Thiago H. de Paula Figueiredo wrote:
On Thu, 28 Jan 2010 11:36:07 -0200, Alexander Muthmann
<amuthm...@dev-eth0.de> wrote:
I don't use any custom javascript and other thinks like a
autocomplete work, so I don't think, it's a problem with my
configuration.
To return null is what I do
if(request.isXHR) {
return zone.getBody();
}
else return null;
Use Firebug and/or Web Developer (Firefox addons) to check if anything
is going wrong in the Javascript side.