Message Error in Firefox 1.5.0.9 and Internet Explorer 7.0:

Message Error in Firefox
1.5.0.9 and Internet Explorer 7.0: 

uncaught exception: Permission denied to call the method
XMLHttpRequest.open 

OBS: I am also using the toolkit DWR


Such message appears in case of security errors. (
This kind of error isn’t related to grid directly but to AJAX mechanic in
common ). The most common reason of error - you attempting to load XML from
another domain (it also can occur if you changed domain setting of current page
from javascript ).


The more rare situation, when such problem can appear

  • in case of using multi-frame environment you initialize the grid component
    from one frame in another iframe, such scheme can cause different security
    related errors.


>>OBS: I am also using the toolkit DWR

We don’t tested compatibility of out solution with DWR, but as far as I
can see there must not be any problems.