IIRC, recaptcha doesn't allow you to retrieve to element name, so it
is not handled via a common form submission. If you must, add two
hiddens to your panel and add a submit handler. In the submit handler,
just populate the hidden widgets with the challenge and response from
the recaptcha JS API. I haven't tried this (nor have I needed to), but
it should work.

On Apr 13, 5:11 am, GWT Groups <new.ankitj...@gmail.com> wrote:
> Hello Guys,
>                  First of i want to say thanks to all you for help me
> a lot. THANKS ONES AGAIN.
>
> Now i have got stuck in an another  problem,
>
> I want to reCaptcha into my GWT FormPanel, I don't know how to do
> this. I have done lot of efforts but i fail to do this.
>
> I succeed to run reCaptcha in GWT Project by  configure the HTML file,
> but this reCaptcha not integrate with the GWT FormPanel.
>
> Please Help me ones again
>
> your  friend
> Ankit

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to