Re: [4.1.1] ajax update problem

2006-11-19 Thread Renat Zubairov
May be the returned XML is not correct - not well formed or not valid. Check it with any available HTTP request tracer. I know there is one for IE, for firefox there are quite some also. Renat On 19/11/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: In IE I get the given message in the dojo conso

Re: [4.1.1] ajax update problem

2006-11-19 Thread Norbert Sándor
In IE I get the given message in the dojo console, and the page is not updated. In FF, I get no error (neither on the dojo or the javascript console) but the page is not updated. It seems that I have to debug the javascript code, where should I start? Thanks: Norbi Jesse Kuhnert írta: If you

Re: [4.1.1] ajax update problem

2006-11-19 Thread Jesse Kuhnert
If you have "FireBug" installed on firefox you should be able to click on any of those [foo] objects to see the complete contents of the objects they represent. On 11/19/06, Sándor Norbert <[EMAIL PROTECTED]> wrote: Hello, Clicking on an async DirectLink the following message is displayed: ER

[4.1.1] ajax update problem

2006-11-19 Thread Sándor Norbert
Hello, Clicking on an async DirectLink the following message is displayed: ERROR: 18:44:15: Error received in IO response. : XMLHttpTransport.watchInFlight Error: [object Error] DEBUG: XMLHttpTransport error callback failed: [object Object] What does this mean and where should I look for deta