You might try changing your app&#39;s exception handler to WAWalkbackErrorHandler or one of the several others available from the config page. Then you can get at a debugger and see if you can remedy the problem.<div>John<br>
<br><div class="gmail_quote">On Thu, Jul 22, 2010 at 3:17 PM, <a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a> <span dir="ltr">&lt;<a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div>Nobert,</div><div><br></div><div><span style="white-space:pre-wrap">        </span>in reality my interested is to use ReCaptcha  into Gemstone.</div>
<div><br></div><div><span style="white-space:pre-wrap">        </span>I work on pharo only for test to solve the problem.</div><div><br></div><div><br></div><div>In original i do into Gemstone  :</div><div><br></div><div><blockquote type="cite">
<div style="word-wrap:break-word"><br><div><div><blockquote type="cite"><div><div><br></div><div><span style="white-space:pre-wrap">        </span>i load the RemoteService-Recaptcha-noha.7 into GLASS image with Seaside30.</div><div class="im">
<div><br></div><div><span style="white-space:pre-wrap">        </span>The <span style="white-space:pre-wrap">RSRecaptchaConfiguration</span> class define the method:</div><div><br></div><div><span style="white-space:pre-wrap">        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 style="white-space:pre-wrap">        </span>Because WAStringAttribute don&#39;t define the key: group:  method i define it :</div><div><br></div><div><span style="white-space:pre-wrap">        key: keySymbol group: groupSymbol
                | rsl |
                rsl :=  self  key: keySymbol.
                rsl group: groupSymbol.
                ^rsl</span></div><div><br></div><div><span style="white-space:pre-wrap">        </span></div><div><span style="white-space:pre-wrap"></span><span style="white-space:pre-wrap">        </span>After i register the captcha example application wtih :</div>
<div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">        RSRecaptchaExampleComponent</span> initialize</div><div><span style="white-space:pre-wrap">        </span></div><div><span style="white-space:pre-wrap">        | app |
        app := WAAdmin register: self asApplicationAt: &#39;captcha&#39;.</span></div><div><br></div><div><div> <span style="white-space:pre-wrap">        </span>app configuration addParent: RSRecaptchaConfiguration instance . </div><div>
<span style="white-space:pre-wrap">        </span></div><div><span style="white-space:pre-wrap">        </span>app preferenceAt: #privateKey put: &#39;6LcsEwcAAAAAAH0kf0...................&#39;.</div><div><span style="white-space:pre-wrap">        </span>app preferenceAt: #publicKey put: &#39;6LcsEwcAAAAAAImhBhKTw.................&#39;.</div>
<div><br></div><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  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>
                                                                                            <div><div><br></div><div><br></div><div><br></div><div>Any consideration are welcome.</div><div><br></div><div><span style="white-space:pre-wrap">        </span>Thanks,</div>
<div><br></div><div><br></div><div><span style="white-space:pre-wrap">        </span>Dario</div><div><br></div></div><br></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://john-mckeon.us/seaside">http://john-mckeon.us/seaside</a><br>
</div>