[OpenLayers-Users] Object required error in
OpenLayers.Ajax.Request.respondToReadyState
Vincent-Gabriel Vallée
vgvallee at hotmail.com
Thu Oct 25 16:59:09 EDT 2007
I'm getting an error with the following bit of code in OpenLayers\Ajax.js in the respondToReadyState function:
...
try
{
(this.options['on' + event] || OpenLayers.Ajax.emptyFunction)(transport, json);
OpenLayers.Ajax.Responders.dispatch('on' + event,this,transport,json);
> }
catch (e)
{
this.dispatchException(e);
}
...
I'm using IE7 and trying to debug in VS2005 a GML layer not appearing and an 'Object required' error at the '>'.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20071025/80a65e56/attachment.html
More information about the Users
mailing list