示例#1
0
 public String input() throws Exception {
   setPersonBean(editService.getPerson());
   return INPUT;
 }
示例#2
0
 public String execute() throws Exception {
   editService.savePerson(getPersonBean());
   return SUCCESS;
 }