TFLogin Recaptcha component error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

TFLogin Recaptcha component error

dario trussardi
Hi Tony,
       
        i hope this is right reference for signal the problem.

        I have load the TFLogin into Pharo1.1.1.


        After i set the captcha key and register the TLTestApp

When open in the browser the LoginTestApp

the system erase the error:

        MessageNotUnderstood: BWRecaptchaComponent class>>ajax

setRecaptchaComponent
        | recaptchaClass |
        captchaComponent :=
                ((recaptchaClass := (Smalltalk at: #BWRecaptchaComponent ifAbsent: [ nil ])) isNil
                ifFalse: [ captchaComponent ifNil: [ recaptchaClass ajax ]]
                ifTrue: [ nil ])

I answer proced.


        Now the standard register option  work fine and show the captcha component.


        When i open the AJAX  rendering and do the register option the captcha component is not render.

        Thank,

                Dario



Reply | Threaded
Open this post in threaded view
|

Re: TFLogin Recaptcha component error

tfleig
Hi Dario,

This probably means you do not have the latest BowWave-Recaptcha package, which contains the BWRecaptchaComponent class>>#ajax method.

1. Make sure you have the latest reCaptcha version from http://www.squeaksource.com/BowWave.html. (27 Feb 2011)
2. Make sure you have the latest TF-Login from http://www.squeaksource.com/TFLogin.html. (21 Mar 2011)

You can see the above code working here: http://www.ensurete.com/LoginTestApp.

Let me know if this does not solve the problem at [hidden email].

Regards,
TF

On Wed, Mar 23, 2011 at 9:38 AM, Dario Trussardi <[hidden email]> wrote:
Hi Tony,

       i hope this is right reference for signal the problem.

       I have load the TFLogin into Pharo1.1.1.


       After i set the captcha key and register the    TLTestApp

When open in the browser the LoginTestApp

the system erase the error:

       MessageNotUnderstood: BWRecaptchaComponent class>>ajax

setRecaptchaComponent
       | recaptchaClass |
       captchaComponent :=
               ((recaptchaClass := (Smalltalk at: #BWRecaptchaComponent ifAbsent: [ nil ])) isNil
               ifFalse: [ captchaComponent ifNil: [ recaptchaClass ajax ]]
               ifTrue: [ nil ])

I answer proced.


       Now the standard register option  work fine and show the captcha component.


       When i open the AJAX  rendering and do the register option the captcha component is not render.

       Thank,

               Dario