I'm trying to implement a service call and using both versions 2.0 and 2.1 I get the same message when I make the call "TypeError: ao.envoke is not a function"
Browser that returns the error is FireFox 1.5
code for the call is:
ajax.callService(service, "CascadingDropDown", serviceCallback, parm1, parm2, parm3, parm4);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've found the problem, looks like Mozilla changed the object they were previously using for AJAX calls. I've updated the framework and all should be good now, let me know if you have any further problems with this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to implement a service call and using both versions 2.0 and 2.1 I get the same message when I make the call "TypeError: ao.envoke is not a function"
Browser that returns the error is FireFox 1.5
code for the call is:
ajax.callService(service, "CascadingDropDown", serviceCallback, parm1, parm2, parm3, parm4);
I've found the problem, looks like Mozilla changed the object they were previously using for AJAX calls. I've updated the framework and all should be good now, let me know if you have any further problems with this.