namesco / ZTal

ZTal makes integrating the PHP templating system PHPTAL into Zend Framework easy.
Other
21 stars 3 forks source link

singleElement macro not working with Zend_Form_Element_Submit #11

Open lesrowley opened 13 years ago

lesrowley commented 13 years ago

Attempting to output content when the element was created with Zend_Form_Element_Submit results in several blank lines and no HTML. However, if it was created with $this->addElement('button', 'name', array('type' => 'submit', 'value' => 'label'));, it works as expected.