> http://oook.de/svn/trunk/HTML-Widget/t/lib/TestContainer.pm > > Then: > > use TestContainer; > > $w->element_container_class('TestContainer'); > > Or to use that for all widgets do: > > use HTML::Widget::Element; > HTML::Widget::Element->container_class('TestContainer') > Yep, was able to tweak this to get just what I want. Muchas Gracias ! ! !