Re: Beaneditform looses data of non visual fields.

2012-05-21 Thread Thiago H. de Paula Figueiredo
On Mon, 21 May 2012 06:07:55 -0300, Michael Schmidt wrote: Hi all, Hi! I'm trying to use the BeanEditForm for editing the data of a object and persist it using hibernate. You either @Persist the object or use BeanEditor (which is the base of BeanEditForm) and use the Hidden component

Beaneditform looses data of non visual fields.

2012-05-21 Thread Michael Schmidt
Hi all, I'm trying to use the BeanEditForm for editing the data of a object and persist it using hibernate. Here are some code snippets: Page Class: public class AdministrationGroupsEdit { @Inject Session session; @InjectPage AdministrationGroups redirectPage; private Intege