> Oh yes. Im running Firefox 3b5 on Linux too. In Firebug i can see the
> response from server but it seems firefox cant catch it in right way.

If Firebug shows the wrong result when expanding the call in the
console, then it's Firebug itself as it has some issues with it (FB
1.1+ at least has). The problem is that FB doesn't cache the result
and when expanding it, it regets the content (but through a normal
GET, not POST!). Only way to really debug it, is to console.log() all
responses and watch 'm from there.

Reply via email to