<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dario,<div><br></div><div>my Recaptcha component is pretty much gemstone dependent. If you solve your current problem you will face others. Maybe it is better to try the one from lazza at</div><div><br></div><div><span class="Apple-style-span" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 15px; "><pre><a href="http://www.squeaksource.com/BowWave">http://www.squeaksource.com/BowWave</a></pre></span><div>This is a squeak version and should be closer to pharo.</div><div><br></div><div>Norbert</div><div><br></div><div><div>On 22.07.2010, at 14:52, <a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div onload="onLoad()" style="-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>i load the&nbsp;RemoteService-Recaptcha-noha.7 into Pharo image with Seaside30.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>The&nbsp;<span class="Apple-tab-span" style="white-space:pre">RSRecaptchaConfiguration</span>&nbsp;class define the method:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        attributes
        ^{
                (WAStringAttribute key: #publicKey group: #recaptcha).
                (WAStringAttribute key: #privateKey group: #recaptcha).
                (WAStringAttribute key: #remoteIp group: #recaptcha).
        }</span></div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Because&nbsp;WAStringAttribute don't define the key: group: &nbsp;method i define it :</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        key: keySymbol group: groupSymbol
                | rsl |
                rsl :=  self  key: keySymbol.
                rsl group: groupSymbol.
                ^rsl</span></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre"></span><span class="Apple-tab-span" style="white-space:pre">        </span>After i register the captcha example application wtih :</div><div><span class="Apple-tab-span" style="white-space:pre"><br></span></div><div><span class="Apple-tab-span" style="white-space:pre">        RSRecaptchaExampleComponent</span>&nbsp;initialize</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        | app |
        app := WAAdmin register: self asApplicationAt: 'captcha'.</span></div><div><br></div><div><div>&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>app configuration addParent: RSRecaptchaConfiguration instance .&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>app preferenceAt: #privateKey put: '6LcsEwcAAAAAAH0kf0...................'.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>app preferenceAt: #publicKey put: '6LcsEwcAAAAAAImhBhKTw.................'.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"><br></span></div><div><span class="Apple-tab-span" style="white-space:pre"><span class="Apple-tab-span" style="white-space:pre">        </span>N</span>ow when do the web request of &nbsp;captcha &nbsp;the browser answer:</div><h1><span class="Apple-tab-span" style="white-space:pre">        </span>MessageNotUnderstood: ByteSymbol&gt;&gt;between:and:</h1><p><span class="Apple-tab-span" style="white-space:pre">                </span>Your request could not be completed. An exception occurred.</p><div><br></div><div><br></div><div>Anyone work , do test, &nbsp;about captcha into Seaside 30 ?</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">A</span>ny consideration are appreciated .</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Thanks,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>Dario</div><script type="text/javascript">/*<![CDATA[*/function onLoad(){};/*]]>*/</script>                                                                                                                                                                                           <div><span class="Apple-tab-span" style="white-space:pre"></span></div></div>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></div></body></html>