Hi @ all, i use the RecaptchaWidget from Claudius Hauptmann: http://code.google.com/p/gwt-recaptcha/ I made very few code changes to get it work over ssl. My problemis, that it´s not working in InternetExplorer. It works in FF, Chrome, Safari, Opera, but in IE, it isn´t working.
When I´m testing it in developement-mode in IE, I get this Error Message: Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Recaptcha' ist Null oder kein Objekt number: -2146823281 description: '$wnd.Recaptcha' is Null or not an object It seems to mee, that IE doesn´t load thee js-code from https:///www.google.com/recaptcha/api/js/recaptcha_ajax.js. Here is my JSNI-code: (this code works in every browser besides IE!) public static native void create(String key, String div, String theme, String lang, int tabIndex) /*-{ $wnd.Recaptcha.create(key, "recaptcha_div", { theme:theme, lang:lang, tabindex:tabIndex }); }-*/; The method is called, when the Recaptcha-gwt-Widget is attached. So maybe anybody had the same problem? Someone any ideas? Thanks!! Greets AlexG -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
