Alternative for "fieldgroup" in vaadin6

Hi,

We can use FieldGroup in vaadin 7 to bind fields to a bean object.

But how can we achieve the same functionality in vaadin 6?

Thanks

Hi Amar. The only automatic binding component available in Vaadin 6 is Form; unfortunately it also lays your fields out, so it’s not necessarily the best solution.

Hello Mac,

Can you tell me how to generate fields on the fly using form or fieldfactory(vaadin 6) as can be done using fieldgroup?