I use ASP.NET AJAX to get some data from a service, and a Java applet to draw the data. That works like a charm in IE. Unfortunately in Firefox I get a
Java class java.lang.String has no public field or method named "__iterator__"
error message when invloking the service from the client side. My guess is that the Atlas createCallback script tries to call Sys.String.__iterator__, but instead Firefox gives it a reference to the Java's String class. Any ideas how to avoid that collision will be greatly appreciated.
Many thanks