public String input() throws Exception { setPersonBean(editService.getPerson()); return INPUT; }
public String execute() throws Exception { editService.savePerson(getPersonBean()); return SUCCESS; }