Don't have time to go through this in detail, but try to replace:
$this->setDecorators(array(array('viewScript', array('viewScript' =>
'orderdetail/orderdetailform.phtml'))))
with
$this->setDecorators(array(array('ViewScript', array('viewScript' =>
'orderdetail/orderdetailform.phtml'))))
Note that the first occurance of ViewScript has a capitl V.
Do you get any errors when you try to run your code?
--
View this message in context:
http://www.nabble.com/Zend-Form-ViewScript-Not-Working-tp19980420p19980846.html
Sent from the Zend Framework mailing list archive at Nabble.com.