[Seaside] ReCaptcha on Seaside 3.0

Julian Fitzell jfitzell at gmail.com
Fri Jul 23 07:59:50 UTC 2010


On Thu, Jul 22, 2010 at 8:17 PM, dtrussardi at tiscali.it
<dtrussardi at tiscali.it> wrote:
> The RSRecaptchaConfiguration class define the method:
> attributes ^{ (WAStringAttribute key: #publicKey group: #recaptcha).
> (WAStringAttribute key: #privateKey group: #recaptcha). (WAStringAttribute
> key: #remoteIp group: #recaptcha). }

I don't know if this is your problem, but the configuration interfaces
have completely changed in 3.0 (they're more like the Canvas API now
with a #describeOn: method). Maybe the configuration just need
updating (look for other subclasses of WAConfiguration for
examples)...

Also note the configuration is cached; there's a method on WAAdmin to
reset the cache (you'll need this when developing/testing your
WAConfiguration subclass).

Julian


More information about the seaside mailing list