$this->setPageState('type', $model['type']);Then I have another actionNext in which I change the type with the exact same code above.
Once my form is rendered through actionIndex it is then submitted via ajax to actionNext without going though actionIndex again.
if I attempt to print
$this->getPageState('type'); in the index view I have no problems but if I print it in the actionNext nothing prints out so I am wondering why the getPageState works in the view but not in the controller/action level.Any ideas?
Cheers,
bettor

Help














