<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hil list, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have ported the recaptcha compontent to Squeak, 
adapting the Norbert Harlt version for Gemstone and using it for a registration 
task, and I am&nbsp;having a problem with the isolate support.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Arial size=2>STsRegistrationTask&gt;&gt;go</FONT><FONT 
face=Arial size=2><BR>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; | participant 
|<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp; self isolate: 
[<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;participant := self 
call: STsRegistrationForm new.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;self call: STsHumanValidator new.<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;].<BR>&nbsp;&nbsp;&nbsp; self call: (STsRegistrationResult new 
participant: participant ).</FONT></DIV></DIV><FONT face=Arial size=2>
<DIV><BR>The HumanValidator component has the receptacha component embeded. Once 
the user has completed correctly the form and the recaptacha has validated the 
challenge, <BR>the task will display a result page, indicating the succesfully 
registration of the participant.<BR>Then when the user goes back with browser 
the user should be redirected to the result component.<BR>That is what I expect 
to happens, but not. The user is redirected to an empty page. If I disable the 
recaptcha component everything works fine. <BR>I supose the problem is related 
with the request do it internally by the the recaptcha component&nbsp;to the 
recaptcha web service. But I can't understand what exactly happens.</DIV></FONT>
<DIV><FONT face=Arial size=2>&nbsp;</DIV>
<DIV>Someone undertand what happens?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Norbert, have you used the recaptcha inside the #isolate: 
method??<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Sebastian</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>