I've got a form which contains an object widget given by CustomWidgetFactory(ObjectWidget, MyClass) Now, how can I render a Sequence widget to store a list of MyClass instances? I suppose the (deprecated) ListSequenceWidget had this purpose? Or is it the subwidget parameter? I'm using formlib thanks