I am trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I
followed the instructions given at:
http://wiki.recaptcha.net/index.php/Overview#Java.2FJSP
And just like any added module, I added its JAR file to the lib
directory and to the classpath.
When I try to run the app with a new ReCaptcha object I get a run-time
error:
 [ERROR]  No source code is available for type
net.tanesha.recaptcha.ReCaptcha; did you forget to inherit a required
module?
I am not sure if I am supposed to modify the app.gwt.xml or is it just
that the ReCaptcha java library uses some methods that cannot be
"translated" into js by the GWT compiler.
Please help if you have any ideas.
Thank you.
James
-- 
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.


Reply via email to