Tried your suggestion - this seems to give the same result.  No errors - the
<h2>Order Detail Form</h2> found in the orderdetailform.phtml is rendered on
the page - just no form elements...


Goran Juric wrote:
> 
> 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-tp19980420p19980962.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to