Esempio n. 1
0
 public String save() {
   locationBean.saveCountry(this.country);
   return "countries?faces-redirect=true";
 }