Capcha and GWT
By dgirard on Tuesday 29 April 2008, 10:48 - GWT tips and tricks - Permalink
benjo:

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.


