Re: Wizard Component and Routes

2009-06-10 Thread Martin Westin
I have used the wizard component (the one found at the bakery) a little and I don't think is supports routes like that out of the box. You might be able to trick it (but probably not) by dynamically setting "$this->Wizard->wizardAction" to the desired path. I have stored data in the session at t

Wizard Component and Routes

2009-06-09 Thread Dave Maharaj :: WidePixels.com
Having a go at the Wizard component...only issue I have is routing it. The routes they have defined will not work in my setup. They have Router::connect('/signup', array('controller' => 'signup', 'action' => 'wizard')); I need to modify that into: Router::connect('employers/:employer_slug/sig