[ http://wso2.org/jira/browse/MASHUP-94?page=comments#action_14788 ] Jonathan Marsh commented on MASHUP-94: --------------------------------------
Not maintaining ActiveX control. > async stubs require "_userdata" property - missing on ActiveX and probably > other versions. > ------------------------------------------------------------------------------------------ > > Key: MASHUP-94 > URL: http://wso2.org/jira/browse/MASHUP-94 > Project: WSO2 Mashup Server > Issue Type: Bug > Reporter: Jonathan Marsh > Assigned To: Jonathan Marsh > > This doesn't work with the ActiveX control: > if (isAsync) { > thisRequest._userdata = userdata; > thisRequest.onreadystatechange = > function() { > if (thisRequest.readyState == 4) > callback(thisRequest, userdata); > } > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
