Exemple #1
0
 public String delete() throws Exception {
   try {
     Icksltj setIcksltj = new Icksltj();
     icksltj = (Icksltj) this.setClass(setIcksltj, null);
   } catch (Exception e) {
     // TODO Auto-generated catch block
     e.printStackTrace();
   }
   icksltjService.deleteIcksltj(icksltj);
   this.result = "success";
   return "success";
 }