Hi guy, this is really weird why it's not working for you.. the
updated README got all the last changes and it works fine.

As for the changes Carl propose to make, a different approach to
loading the RecaptchType. But it is unnecessary as it already been
loaded in the recaptcha.xml:

        <service id="form.type.recaptcha"
class="%form.type.recaptcha.class%">
            <tag name="form.type" alias="recaptcha" />
            <argument type="service" id="service_container" />
        </service>

Also the change doesn't handle the ability to use annotations for
validation, for that you have to define the recaptcha namespace as
appear on the README:

framework:
    ...
    validation:
        enabled: true
        annotations:
            namespaces:
                recaptcha: EWZ\Bundle\RecaptchaBundle\Validator
\Constraints\

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to