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
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