<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 22.07.2010, at 21:17, <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>Nobert,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>in reality my interested is to use ReCaptcha &nbsp;into Gemstone.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>I work on pharo only for test to solve the problem.</div><div><br></div></div></blockquote>Ok, there is less chance to get it going in pharo. If you are not in a hurry than I might help later. I'm planning to go to the newest gemstone myself as soon as I find some time. I can fix it then. But this could take a week or two.</div><div><br></div><div>Norbert</div><div><br><blockquote type="cite"><div onload="onLoad()" style="-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>In original i do into Gemstone &nbsp;:</div><div><br></div><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div><blockquote type="cite"><div onload="onLoad()" style="-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>i load the&nbsp;RemoteService-Recaptcha-noha.7 into GLASS 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></div></div></div></blockquote></div></div></div></blockquote><div><br></div><div><br></div><div>Now when i do web request of captcha &nbsp;to Glass web application the browser answer:</div><div></div></div><h1>Unable to proceed - hit Refresh to retry</h1><p>Some exceptions cannot be resumed. You will usually see this page if you hit Proceed while debugging one of these exceptions. Your request was aborted but you can retry it by refreshing the page.</p><script type="text/javascript">/*<![CDATA[*/function onLoad(){};/*]]>*/</script>                                                                                            <div><div><br></div><div><br></div><div><br></div><div>Any consideration are welcome.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Thanks,</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Dario</div><div><br></div></div><br></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></body></html>