autogenerate form field

hi

Im new to vaadin… i want to auto generate the form field for my whole application.I have many component contains diff form field… instead of creating form field in every component. I want to auto generate form field by just passing parameter or someother way??.. is there any possibility to do in vaadin… or suggestions are welcome, can anyone help me…

thanks
prabu

Hi,

I’m a newbie too with Vaadin

Did you use the DefaultFieldFactory() to create your fields ?
The mapping is made automatically by vaadin between your bean datas and the form fields via the BeanItem …