Пример #1
0
 public String input() throws Exception {
   setPersonBean(editService.getPerson());
   return INPUT;
 }
Пример #2
0
 public String execute() throws Exception {
   editService.savePerson(getPersonBean());
   return SUCCESS;
 }