Set the view script inside the form by using loadDefaultDecorators().
[PHP]
public function init()
{
// add elements here
}
public function loadDefaultDecorators()
{
$this->setDecorators(array(
array('ViewScript', array('viewScript' => 'process.phtml'))
));
}
[/PHP]


LinkBack URL
About LinkBacks



Reply With Quote