Isolate doubt

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Isolate doubt

Sebastia Van Lacke
Hi, I need to  isolate a transaction on a registration task. I don't know why the application is redirecting me to an empty page and not to the last component rendered in the task.
 
Here is my task
 
RegistrationTask>>go
   
    | participant |
 
     self isolate: [
          participant := self call: STsRegistrationForm new.
         self call: STsHumanValidator new.
     ].
    self call: (STsRegistrationResult new participant: participant ).
 
I need to go to the result page when the user goes back with the browser. I can't find the problem.
 
I appreciate your help.
 
Sebastian
 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside