This isn't particularly relevant to your problem, but it is worthwhile to note that the name
attribute on forums has been depreciated, and may not be around in next gen XHTML specs
<http://www.w3.org/TR/xhtml1/#h-4.10>
On 13/01/2009 12:29 PM, jlevy wrote:
form setup in my controller can't be any simpler:
$form = new Zend_Form();
$form->setName('oscarMayer');
// set action, method, etc etc etc etc
and in my view:
<?= $this->form ?>
I should have:
<form name="oscarMayer" id="oscarMayer" action="..." method="..." enc ....
blah.
But I don't. There's no name attribute. It's missing. What gives?
ZF1.7.2