Hi all,
I found out that the FormWizard only __init__
's once, when the url is request by multiple users at the same time (me in 2 browsers :).
This results in the fact that my temporarily stored data on the wizard's instance is wrongfully shared between users.
I'm doing some DB hits in the second step, and based on that outcome I do a conditional wrap-up in the done()
method. code/description: http://tinyurl.com/yf6tose
Anybody have some advise on how to handle this?
Thanx a lot