Beispiel #1
0
 public String addUser() {
   try {
     userBO.addNew(user);
   } catch (Exception e) {
     // TODO Auto-generated catch block
     e.printStackTrace();
   }
   return list();
 }