Esempio n. 1
0
 public String remove() {
   locationBean.removeCountry(country.getAcronym());
   return "countries?faces-redirect=true";
 }