Hi all, Is there a way to disable the rendering of id attributes for form elements? I'm building a CMS which displays a tree of pages that can be edited. The tree consists of multiple forms for each page. I'ld rather not create unique for all of them.
I tried: Zend_Form_Element::setAttrib( 'id', '' ); // results in invalid W3C code: id="" Zend_Form_Element::setAttrib( 'id', null ); // results in rendering id="<name of the element>" I just simply want to disable the id attribute. Any possibilities? Cheers _________________________________________________________________ Gratis emoticons voor in je Messenger! http://www.msnmessengerexperience.nl/chuck/
