Recaptcha on GWTI have been struggling with getting recaptcha to work with GWT, and finally succeeded. I thought I would share how I did this. The method I solved this problem involves some JNSI, but also modifying some of that static content in your .html file. It is inelegant, but I could not get a pure JNSI implementation to work.

