Hi, yes I've got a working solution. I create a DisplayGroup with the elements for the right side. Then I push all buttons inside this group. After doing this I clear all decorators for this display group and add only my new ActionButtons decorator. In this button I render a div around the elements. Now I set for each element in this group only the ViewHelper as a decorator. Then I render each element in the div and return the complete HTML for this display group. But don't forget adding this group before other elements..
Best regards -- View this message in context: http://www.nabble.com/Zend_Form---Decorator-Help-tp16588179p19063914.html Sent from the Zend Framework mailing list archive at Nabble.com.
