I have element decorators

array(
                    'ViewHelper',
                        array(array('td' => 'HtmlTag'), array('tag' => 'td', 
'style' => 'width:
360px;')),
                        array('Label', array('tag' => 'td', 'requiredSuffix' => 
' *')),
                        array(array('tr' => 'HtmlTag'), array('tag' => 'tr')),
                        array(array('tbody' => 'HtmlTag'), array('tag' => 
'tbody')),
                    array(array('table' => 'HtmlTag'), array('tag' => 'table', 
'class' =>
'tiny')),
                    array(array('separator' => 'HtmlTag'), array('tag' => 
'div', 'class'
=> 'separator'))
                )

and form with 3 subforms.
I set each subform $this->setElementsBelongTo() to avoid name collision, BUT
I get label (td) id collision, it's always <td id="$elementName-label"> !!!

Any idea?
-- 
View this message in context: 
http://old.nabble.com/Zend_Form-label-decorator-duplicated-id-tp26263730p26263730.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to