I have replaced 0.0.7 with 0.0.8
However, the client side recaptcha displays
"An internal error occurred: 4A365C74B1E80.A143412.24D78FC9"
Below is my implementation of client side: (I tried both, but not
working)
(1)
<%
ReCaptcha c = ReCaptchaFactory.newReCaptcha("my public key",
"my private key", false);
out.print(c.createRecaptchaHtml(null, null));
%>
(2)
<script type="text/javascript"
src="
http://www.google.com/recaptcha/api/challenge?k=my
public key">
</script>
<noscript>
<iframe src="
http://www.google.com/recaptcha/api/noscript?k=my
public key"
height="300" width="500" frameborder="0"></iframe><br>
<textarea name="recaptcha_challenge_field" rows="3" cols="40">
</textarea>
<input type="hidden" name="recaptcha_response_field"
value="manual_challenge">
</noscript>
On May 16, 10:36 am, PJH <
pauljherr...@gmail.com> wrote:
>
http://code.google.com/p/recaptcha4j/source/detail?r=24would indicated that