addActionMessage("Your application looks ok."); return SUCCESS;
addActionMessage("So you have decided to cancel the application"); return SUCCESS;
return age;
return this.name;
this.age = age;
this.name = name;
return SUCCESS;