Thank you for your prompt response, that worked swimmingly.
Matthew Weier O'Phinney-3 wrote: > > Actually, by default, the Label decorator does not use a tag. However, > if you are using the default decorators, it is configured to use one. > > There is a bug in the setTag() logic, in that if an empty value is > passed, it actually casts it, incorrectly, to an empty string. I have > created an issue for this: > > http://framework.zend.com/issues/browse/ZF-3371 > > In the meantime, you can simply re-add the decorator to the element: > > $element->addDecorator('Label'); > > and the new Label decorator instances, sans tag, will replace the > original. > > -- View this message in context: http://www.nabble.com/No-DT-tag-for-label-decorator-tp17615996p17616884.html Sent from the Zend Framework mailing list archive at Nabble.com.
