[Seaside] Recaptcha within a JQuery dialog

Sebastian Van Lacke svanlacke at caesarsystems.com
Wed Jul 27 13:41:30 UTC 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110727/0d3351eb/attachment.htm


More information about the seaside mailing list