Exemple #1
0
 public String querylist() throws Exception {
   Icksltj setIcksltj = new Icksltj();
   Map map = new HashMap();
   Page page = icksltjService.getListForPage(map, pagesize, pagerow, sort, dir);
   totalpage = page.getTotalPages();
   totalrows = page.getTotalRows();
   lIcksltj = page.getData();
   setTabledata(lIcksltj);
   this.result = "success";
   return "success";
 }