[Seaside] Isolate doubt

Sebastian Van Lacke svanlacke at caesarsystems.com
Fri Aug 14 13:32:05 UTC 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090814/d1f2414a/attachment.htm


More information about the seaside mailing list