[Seaside] Tracking transactions/isolations/whatever

Avi Bryant avi@beta4.com
Sat, 25 May 2002 12:25:48 -0700 (PDT)


On Sat, 25 May 2002, Tim Rowledge wrote:

> I think I need to be able to find out if a user is currently involved in
> an #isolate: block.
>
> Consider a student taking a graded test:-
> choose the test
> start the test->got to test taking pages, which are isolated.
> browser-back to test choosing page
> choose another test

Have a currentTest stored in the session?
I mean if you really want to poke around in the transactions, I can tell
you where to look, but I tend to just have some kind of flag that's set at
the beginning and end of the isolate: block.