Have you checked to see if you're nesting the RSRecaptchaComponent form
inside another form once the dialog opens?
If so you can move the dialog declaration div down to the footer and
leave the link that opens it where you've got it.
On 07/27/2011 09:41 AM, Sebastian Van Lacke wrote:
> Thanks Paul, but it is still not working. Now JQuery is removing the
> form element, so I can´t retrieve the input data.
>
> My recaptcha component does the following:
>
> RSRecaptchaComponent>>renderContentOn: html
>
> html div id: 'recaptcha'; with: [
> html form: [
> html render: self captcha.
> html submitButton
> callback: [ self verify ];
> with: 'verify' ]]
>
> Sebastian
>
>
> _______________________________________________
> seaside mailing list
>
[hidden email]
>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside