return (ApplicationBean1)getBean("ApplicationBean1");
}
public String buttonValidate_action() {
// Persist the new object
PersonController ctrl = new PersonController();
Person object = getSessionBean1().getPerson();
ctrl.update(object);
return "success";
}