recaptcha « MVC « Spring Q&A





1. reCaptcha issue with Spring MVC    stackoverflow.com

I've been trying to integrate reCaptcha with my application built on Spring framework, but I am getting this error:

org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'recaptcha_challenge_field' is not present
Could someone help me ...

2. reCaptcha issue with Spring MVC    forum.springsource.org

Hi I've been trying to integrate reCaptcha with my application built on Spring framework, but I am getting this error: Code: org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'recaptcha_challenge_field' is not present Could someone ...