I forgot to add that I have overriden setElementDecorators as well :P http://pastie.org/796814
Regards, Saša Stamenković On Wed, Jan 27, 2010 at 2:22 PM, darkangel <[email protected]> wrote: > > > Hector Virgen wrote: > > > > Have you tried: > > > > $this->setElementDecorators($defaultDecorators); > > > > You should only need to call that once per form. > > > > -- > > Hector > > > A Zend_Form subclass calling setElementDecorators() in its constructor > doesn't help, because it overwrites existing decorators attached to > elements > created in init(). > -- > View this message in context: > http://n4.nabble.com/How-to-set-the-default-decorators-for-form-elements-tp1290314p1311592.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
