> > I'm trying to link the end of wizard with the start of another. The > problem is that I'm not able to pass the context of the first wizard to the > second one. Is it possible to do so? And in affirmative case, how? >
I would use a StateAction in the first wizard mapped on the second wizard action. You can set the context in the "do_<action_name>" method return value. Jean Cavallo *Coopengo*