> I'm trying to think of what might be the easiest way to get the behavior > you like. One possibility is to > use a subclass of the form2 Form with the _render_widgets() overridden > to assemble the widget rendering in whatever pattern you like. > Alternatively, you could stick a form-aware render function on > each added widget instance whose render you want to control. > > > David Binger > Hi David, _render_widgets() was exactly what I was looking for. Thanks! -Charles.