View Full Version : JS-Errors not shown in Firebug within an Ajax-Request-Handler
christ1an
29 Oct 2007, 3:37 AM
Hello,
excuse me, i am not able to find the thread i am looking for although i
tryanDLS
29 Oct 2007, 7:44 AM
Set breakpoints in the Connection class and see what's happening. Look at the Console tab in Firebug to see if your requests and responses are correct. Also the url parameter you're passing has a semi-colon - I don't believe that's valid.
christ1an
30 Oct 2007, 12:31 AM
nono, there is an error in fact (this_function_does_not_exist() does really not exist (: ), but ext doesnt tell me about, when processing ajax-responses.
could it be because i am using the prototype adapter?
i could think of there is an alternative error-handling (catching) when processing ajax-responses?
EDIT: the solution is to use the ext-base adapter!
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.